Html Css Color HEX #9B797C Turkish Rose

📋 copy color: '#9B797C'

red 155 ◦ green 121 ◦ blue 124

#9B797C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9B797C

Tints of Turkish Rose #9B797C

RGB

 RED value IS 155 (60.94% from 255) = 38.75%

 GREEN value IS 121 (47.66% from 255) = 30.25%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 38.75%
G = 30.25%
B = 31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.2

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B797C (or 0x9B797C) is known color: Turkish Rose. HEX triplet: 9B, 79 and 7C. RGB value is (155,121,124). Sum of RGB (Red+Green+Blue) = 155+121+124=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797C is #648683. Grayscale: #838383. Windows color (decimal): -6588036 or 8157595. OLE color: 8157595.

HSL color Cylindrical-coordinate representation of color #9B797C: hue angle of 354.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B797C is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 124 -
CMYK 0 0.22 0.2 0.39
HSL 354.71º 0.15% 0.54% -
HSV(B) 354.71º 0.22% 0.61% -
XYZ 23.99 22.1 22.07 -
YUV 131.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 155 121 124 0 0.22 0.2 0.39 354.71 0.15 0.54
Hex 9B 79 7C 0 16 14 27 163 F 36
Octal 233 171 174 0 26 24 47 543 17 66
Binary 10011011 1111001 1111100 0 10110 10100 100111 101100011 1111 110110

Color Harmonies of #9B797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B797C

Black with #9B797C

Text Example


Text Example

White with #9B797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B797C; }

 p { color: rgb(155,121,124); }

 H1.HeaderClassName
 {
   color: #9B797C;
 }
 .AnyTagClassName
 {
   color: #9B797C;
 }
</style>

background-color css

<style>
 a { background-color: #9B797C; }

 a { background-color: rgb(155,121,124); }

 div.DivClassName
 {
   background-color: #9B797C;
 }
 .BgClassName
 {
   background-color: #9B797C;
 }
</style>

border-color css

<style>
 span { border-color: #9B797C; }

 span { border-color: rgb(155,121,124); }

 td.TdClassName
 {
   border-color: #9B797C;
 }
 .TagClassName
 {
   border-color: #9B797C;
 }
</style>