Html Css Color HEX #977375 Turkish Rose

📋 copy color: '#977375'

red 151 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #977375

Tints of Turkish Rose #977375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 39.43%
G = 30.03%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#977375 (or 0x977375) is known color: Turkish Rose. HEX triplet: 97, 73 and 75. RGB value is (151,115,117). Sum of RGB (Red+Green+Blue) = 151+115+117=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #977375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977375 is #688C8A. Grayscale: #7E7E7E. Windows color (decimal): -6851723 or 7697303. OLE color: 7697303.

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

Color convert

RGB 151 115 117 -
CMYK 0 0.24 0.23 0.41
HSL 356.67º 0.15% 0.52% -
HSV(B) 356.67º 0.24% 0.59% -
XYZ 22.1 20.13 19.55 -
YUV 125.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 151 115 117 0 0.24 0.23 0.41 356.67 0.15 0.52
Hex 97 73 75 0 18 17 29 165 F 34
Octal 227 163 165 0 30 27 51 545 17 64
Binary 10010111 1110011 1110101 0 11000 10111 101001 101100101 1111 110100

Color Harmonies of #977375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977375

Black with #977375

Text Example


Text Example

White with #977375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977375; }

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

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

background-color css

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

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

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

border-color css

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

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

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