Html Css Color HEX #977678 Turkish Rose

📋 copy color: '#977678'

red 151 ◦ green 118 ◦ blue 120

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

Shades of Turkish Rose #977678

Tints of Turkish Rose #977678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 38.82%
G = 30.33%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#977678 (or 0x977678) is known color: Turkish Rose. HEX triplet: 97, 76 and 78. RGB value is (151,118,120). Sum of RGB (Red+Green+Blue) = 151+118+120=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #977678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977678 is #688987. Grayscale: #808080. Windows color (decimal): -6850952 or 7894679. OLE color: 7894679.

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

Color convert

RGB 151 118 120 -
CMYK 0 0.22 0.21 0.41
HSL 356.36º 0.14% 0.53% -
HSV(B) 356.36º 0.22% 0.59% -
XYZ 22.63 20.89 20.61 -
YUV 128.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 151 118 120 0 0.22 0.21 0.41 356.36 0.14 0.53
Hex 97 76 78 0 16 15 29 164 E 35
Octal 227 166 170 0 26 25 51 544 16 65
Binary 10010111 1110110 1111000 0 10110 10101 101001 101100100 1110 110101

Color Harmonies of #977678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977678

Black with #977678

Text Example


Text Example

White with #977678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977678; }

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

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

background-color css

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

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

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

border-color css

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

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

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