Html Css Color HEX #97797C Turkish Rose

📋 copy color: '#97797C'

red 151 ◦ green 121 ◦ blue 124

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

Shades of Turkish Rose #97797C

Tints of Turkish Rose #97797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 38.13%
G = 30.56%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97797C (or 0x97797C) is known color: Turkish Rose. HEX triplet: 97, 79 and 7C. RGB value is (151,121,124). Sum of RGB (Red+Green+Blue) = 151+121+124=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #97797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97797C is #688683. Grayscale: #828282. Windows color (decimal): -6850180 or 8157591. OLE color: 8157591.

HSL color Cylindrical-coordinate representation of color #97797C: hue angle of 354º 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 #97797C is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 124 -
CMYK 0 0.20 0.18 0.41
HSL 354º 0.13% 0.53% -
HSV(B) 354º 0.2% 0.59% -
XYZ 23.24 21.71 22.03 -
YUV 130.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 151 121 124 0 0.20 0.18 0.41 354 0.13 0.53
Hex 97 79 7C 0 14 12 29 162 D 35
Octal 227 171 174 0 24 22 51 542 15 65
Binary 10010111 1111001 1111100 0 10100 10010 101001 101100010 1101 110101

Color Harmonies of #97797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97797C

Black with #97797C

Text Example


Text Example

White with #97797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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