Html Css Color HEX #97777D Turkish Rose

📋 copy color: '#97777D'

red 151 ◦ green 119 ◦ blue 125

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

Shades of Turkish Rose #97777D

Tints of Turkish Rose #97777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 38.23%
G = 30.13%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97777D (or 0x97777D) is known color: Turkish Rose. HEX triplet: 97, 77 and 7D. RGB value is (151,119,125). Sum of RGB (Red+Green+Blue) = 151+119+125=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #97777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97777D is #688882. Grayscale: #818181. Windows color (decimal): -6850691 or 8222615. OLE color: 8222615.

HSL color Cylindrical-coordinate representation of color #97777D: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97777D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 119 125 -
CMYK 0 0.21 0.17 0.41
HSL 348.75º 0.13% 0.53% -
HSV(B) 348.75º 0.21% 0.59% -
XYZ 23.06 21.25 22.29 -
YUV 129.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 151 119 125 0 0.21 0.17 0.41 348.75 0.13 0.53
Hex 97 77 7D 0 15 11 29 15D D 35
Octal 227 167 175 0 25 21 51 535 15 65
Binary 10010111 1110111 1111101 0 10101 10001 101001 101011101 1101 110101

Color Harmonies of #97777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97777D

Black with #97777D

Text Example


Text Example

White with #97777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97777D; }

 p { color: rgb(151,119,125); }

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

background-color css

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

 a { background-color: rgb(151,119,125); }

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

border-color css

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

 span { border-color: rgb(151,119,125); }

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