Html Css Color HEX #977677 Turkish Rose

📋 copy color: '#977677'

red 151 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #977677

Tints of Turkish Rose #977677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 38.92%
G = 30.41%
B = 30.67%

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

#977677 (or 0x977677) is known color: Turkish Rose. HEX triplet: 97, 76 and 77. RGB value is (151,118,119). Sum of RGB (Red+Green+Blue) = 151+118+119=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #977677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977677 is #688988. Grayscale: #808080. Windows color (decimal): -6850953 or 7829143. OLE color: 7829143.

HSL color Cylindrical-coordinate representation of color #977677: hue angle of 358.18º 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 #977677 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 118 119 -
CMYK 0 0.22 0.21 0.41
HSL 358.18º 0.14% 0.53% -
HSV(B) 358.18º 0.22% 0.59% -
XYZ 22.57 20.87 20.29 -
YUV 127.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 151 118 119 0 0.22 0.21 0.41 358.18 0.14 0.53
Hex 97 76 77 0 16 15 29 166 E 35
Octal 227 166 167 0 26 25 51 546 16 65
Binary 10010111 1110110 1110111 0 10110 10101 101001 101100110 1110 110101

Color Harmonies of #977677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977677

Black with #977677

Text Example


Text Example

White with #977677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977677; }

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

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

background-color css

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

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

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

border-color css

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

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

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