Html Css Color HEX #997677 Turkish Rose

📋 copy color: '#997677'

red 153 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #997677

Tints of Turkish Rose #997677

RGB

 RED value IS 153 (60.16% from 255) = 39.23%

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

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

R = 39.23%
G = 30.26%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#997677 (or 0x997677) is known color: Turkish Rose. HEX triplet: 99, 76 and 77. RGB value is (153,118,119). Sum of RGB (Red+Green+Blue) = 153+118+119=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #997677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997677 is #668988. Grayscale: #808080. Windows color (decimal): -6719881 or 7829145. OLE color: 7829145.

HSL color Cylindrical-coordinate representation of color #997677: hue angle of 358.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997677 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 119 -
CMYK 0 0.23 0.22 0.4
HSL 358.29º 0.15% 0.53% -
HSV(B) 358.29º 0.23% 0.6% -
XYZ 22.95 21.06 20.31 -
YUV 128.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 153 118 119 0 0.23 0.22 0.4 358.29 0.15 0.53
Hex 99 76 77 0 17 16 28 166 F 35
Octal 231 166 167 0 27 26 50 546 17 65
Binary 10011001 1110110 1110111 0 10111 10110 101000 101100110 1111 110101

Color Harmonies of #997677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997677

Black with #997677

Text Example


Text Example

White with #997677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997677; }

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

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

background-color css

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

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

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

border-color css

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

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

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