Html Css Color HEX #977075 Turkish Rose

📋 copy color: '#977075'

red 151 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #977075

Tints of Turkish Rose #977075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 39.74%
G = 29.47%
B = 30.79%

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

#977075 (or 0x977075) is known color: Turkish Rose. HEX triplet: 97, 70 and 75. RGB value is (151,112,117). Sum of RGB (Red+Green+Blue) = 151+112+117=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #977075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977075 is #688F8A. Grayscale: #7C7C7C. Windows color (decimal): -6852491 or 7696535. OLE color: 7696535.

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

Color convert

RGB 151 112 117 -
CMYK 0 0.26 0.23 0.41
HSL 352.31º 0.16% 0.52% -
HSV(B) 352.31º 0.26% 0.59% -
XYZ 21.77 19.45 19.44 -
YUV 124.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 151 112 117 0 0.26 0.23 0.41 352.31 0.16 0.52
Hex 97 70 75 0 1A 17 29 160 10 34
Octal 227 160 165 0 32 27 51 540 20 64
Binary 10010111 1110000 1110101 0 11010 10111 101001 101100000 10000 110100

Color Harmonies of #977075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977075

Black with #977075

Text Example


Text Example

White with #977075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977075; }

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

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

background-color css

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

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

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

border-color css

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

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

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