Html Css Color HEX #97797D Turkish Rose

📋 copy color: '#97797D'

red 151 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #97797D

Tints of Turkish Rose #97797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

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

R = 38.04%
G = 30.48%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97797D (or 0x97797D) is known color: Turkish Rose. HEX triplet: 97, 79 and 7D. RGB value is (151,121,125). Sum of RGB (Red+Green+Blue) = 151+121+125=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #97797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97797D is #688682. Grayscale: #828282. Windows color (decimal): -6850179 or 8223127. OLE color: 8223127.

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

Color convert

RGB 151 121 125 -
CMYK 0 0.20 0.17 0.41
HSL 352º 0.13% 0.53% -
HSV(B) 352º 0.2% 0.59% -
XYZ 23.3 21.73 22.37 -
YUV 130.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 151 121 125 0 0.20 0.17 0.41 352 0.13 0.53
Hex 97 79 7D 0 14 11 29 160 D 35
Octal 227 171 175 0 24 21 51 540 15 65
Binary 10010111 1111001 1111101 0 10100 10001 101001 101100000 1101 110101

Color Harmonies of #97797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97797D

Black with #97797D

Text Example


Text Example

White with #97797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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