Html Css Color HEX #97797A Turkish Rose

📋 copy color: '#97797A'

red 151 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #97797A

Tints of Turkish Rose #97797A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 38.32%
G = 30.71%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97797A (or 0x97797A) is known color: Turkish Rose. HEX triplet: 97, 79 and 7A. RGB value is (151,121,122). Sum of RGB (Red+Green+Blue) = 151+121+122=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #97797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97797A is #688685. Grayscale: #828282. Windows color (decimal): -6850182 or 8026519. OLE color: 8026519.

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

Color convert

RGB 151 121 122 -
CMYK 0 0.20 0.19 0.41
HSL 358º 0.13% 0.53% -
HSV(B) 358º 0.2% 0.59% -
XYZ 23.11 21.66 21.37 -
YUV 130.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 151 121 122 0 0.20 0.19 0.41 358 0.13 0.53
Hex 97 79 7A 0 14 13 29 166 D 35
Octal 227 171 172 0 24 23 51 546 15 65
Binary 10010111 1111001 1111010 0 10100 10011 101001 101100110 1101 110101

Color Harmonies of #97797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97797A

Black with #97797A

Text Example


Text Example

White with #97797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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