Html Css Color HEX #977072 Turkish Rose

📋 copy color: '#977072'

red 151 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #977072

Tints of Turkish Rose #977072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 40.05%
G = 29.71%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#977072 (or 0x977072) is known color: Turkish Rose. HEX triplet: 97, 70 and 72. RGB value is (151,112,114). Sum of RGB (Red+Green+Blue) = 151+112+114=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #977072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977072 is #688F8D. Grayscale: #7B7B7B. Windows color (decimal): -6852494 or 7499927. OLE color: 7499927.

HSL color Cylindrical-coordinate representation of color #977072: hue angle of 356.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #977072 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 114 -
CMYK 0 0.26 0.25 0.41
HSL 356.92º 0.16% 0.52% -
HSV(B) 356.92º 0.26% 0.59% -
XYZ 21.59 19.38 18.52 -
YUV 123.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 151 112 114 0 0.26 0.25 0.41 356.92 0.16 0.52
Hex 97 70 72 0 1A 19 29 165 10 34
Octal 227 160 162 0 32 31 51 545 20 64
Binary 10010111 1110000 1110010 0 11010 11001 101001 101100101 10000 110100

Color Harmonies of #977072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977072

Black with #977072

Text Example


Text Example

White with #977072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977072; }

 p { color: rgb(151,112,114); }

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

background-color css

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

 a { background-color: rgb(151,112,114); }

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

border-color css

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

 span { border-color: rgb(151,112,114); }

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