Html Css Color HEX #977173 Turkish Rose

📋 copy color: '#977173'

red 151 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #977173

Tints of Turkish Rose #977173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 39.84%
G = 29.82%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#977173 (or 0x977173) is known color: Turkish Rose. HEX triplet: 97, 71 and 73. RGB value is (151,113,115). Sum of RGB (Red+Green+Blue) = 151+113+115=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #977173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977173 is #688E8C. Grayscale: #7C7C7C. Windows color (decimal): -6852237 or 7565719. OLE color: 7565719.

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

Color convert

RGB 151 113 115 -
CMYK 0 0.25 0.24 0.41
HSL 356.84º 0.15% 0.52% -
HSV(B) 356.84º 0.25% 0.59% -
XYZ 21.76 19.63 18.86 -
YUV 124.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 151 113 115 0 0.25 0.24 0.41 356.84 0.15 0.52
Hex 97 71 73 0 19 18 29 165 F 34
Octal 227 161 163 0 31 30 51 545 17 64
Binary 10010111 1110001 1110011 0 11001 11000 101001 101100101 1111 110100

Color Harmonies of #977173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977173

Black with #977173

Text Example


Text Example

White with #977173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977173; }

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

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

background-color css

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

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

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

border-color css

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

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

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