Html Css Color HEX #977578 Turkish Rose

📋 copy color: '#977578'

red 151 ◦ green 117 ◦ blue 120

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

Shades of Turkish Rose #977578

Tints of Turkish Rose #977578

RGB

 RED value IS 151 (59.38% from 255) = 38.92%

 GREEN value IS 117 (46.09% from 255) = 30.15%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 38.92%
G = 30.15%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#977578 (or 0x977578) is known color: Turkish Rose. HEX triplet: 97, 75 and 78. RGB value is (151,117,120). Sum of RGB (Red+Green+Blue) = 151+117+120=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #977578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977578 is #688A87. Grayscale: #7F7F7F. Windows color (decimal): -6851208 or 7894423. OLE color: 7894423.

HSL color Cylindrical-coordinate representation of color #977578: hue angle of 354.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977578 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 117 120 -
CMYK 0 0.23 0.21 0.41
HSL 354.71º 0.14% 0.53% -
HSV(B) 354.71º 0.23% 0.59% -
XYZ 22.51 20.66 20.57 -
YUV 127.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 151 117 120 0 0.23 0.21 0.41 354.71 0.14 0.53
Hex 97 75 78 0 17 15 29 163 E 35
Octal 227 165 170 0 27 25 51 543 16 65
Binary 10010111 1110101 1111000 0 10111 10101 101001 101100011 1110 110101

Color Harmonies of #977578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977578

Black with #977578

Text Example


Text Example

White with #977578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977578; }

 p { color: rgb(151,117,120); }

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

background-color css

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

 a { background-color: rgb(151,117,120); }

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

border-color css

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

 span { border-color: rgb(151,117,120); }

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