Html Css Color HEX #997F81 Turkish Rose

📋 copy color: '#997F81'

red 153 ◦ green 127 ◦ blue 129

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

Shades of Turkish Rose #997F81

Tints of Turkish Rose #997F81

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 37.41%
G = 31.05%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997F81 (or 0x997F81) is known color: Turkish Rose. HEX triplet: 99, 7F and 81. RGB value is (153,127,129). Sum of RGB (Red+Green+Blue) = 153+127+129=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #997F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F81 is #66807E. Grayscale: #878787. Windows color (decimal): -6717567 or 8486809. OLE color: 8486809.

HSL color Cylindrical-coordinate representation of color #997F81: hue angle of 355.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F81 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 129 -
CMYK 0 0.17 0.16 0.4
HSL 355.38º 0.11% 0.55% -
HSV(B) 355.38º 0.17% 0.6% -
XYZ 24.69 23.54 24.01 -
YUV 135 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 153 127 129 0 0.17 0.16 0.4 355.38 0.11 0.55
Hex 99 7F 81 0 11 10 28 163 B 37
Octal 231 177 201 0 21 20 50 543 13 67
Binary 10011001 1111111 10000001 0 10001 10000 101000 101100011 1011 110111

Color Harmonies of #997F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F81

Black with #997F81

Text Example


Text Example

White with #997F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F81; }

 p { color: rgb(153,127,129); }

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

background-color css

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

 a { background-color: rgb(153,127,129); }

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

border-color css

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

 span { border-color: rgb(153,127,129); }

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