Html Css Color HEX #977074 Turkish Rose

📋 copy color: '#977074'

red 151 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #977074

Tints of Turkish Rose #977074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 39.84%
G = 29.55%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#977074 (or 0x977074) is known color: Turkish Rose. HEX triplet: 97, 70 and 74. RGB value is (151,112,116). Sum of RGB (Red+Green+Blue) = 151+112+116=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #977074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977074 is #688F8B. Grayscale: #7C7C7C. Windows color (decimal): -6852492 or 7630999. OLE color: 7630999.

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

Color convert

RGB 151 112 116 -
CMYK 0 0.26 0.23 0.41
HSL 353.85º 0.16% 0.52% -
HSV(B) 353.85º 0.26% 0.59% -
XYZ 21.71 19.43 19.13 -
YUV 124.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 151 112 116 0 0.26 0.23 0.41 353.85 0.16 0.52
Hex 97 70 74 0 1A 17 29 162 10 34
Octal 227 160 164 0 32 27 51 542 20 64
Binary 10010111 1110000 1110100 0 11010 10111 101001 101100010 10000 110100

Color Harmonies of #977074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977074

Black with #977074

Text Example


Text Example

White with #977074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977074; }

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

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

background-color css

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

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

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

border-color css

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

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

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