Html Css Color HEX #97787A Turkish Rose

📋 copy color: '#97787A'

red 151 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #97787A

Tints of Turkish Rose #97787A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

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

R = 38.42%
G = 30.53%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97787A (or 0x97787A) is known color: Turkish Rose. HEX triplet: 97, 78 and 7A. RGB value is (151,120,122). Sum of RGB (Red+Green+Blue) = 151+120+122=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97787A is #688785. Grayscale: #818181. Windows color (decimal): -6850438 or 8026263. OLE color: 8026263.

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

Color convert

RGB 151 120 122 -
CMYK 0 0.21 0.19 0.41
HSL 356.13º 0.13% 0.53% -
HSV(B) 356.13º 0.21% 0.59% -
XYZ 22.99 21.42 21.33 -
YUV 129.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 151 120 122 0 0.21 0.19 0.41 356.13 0.13 0.53
Hex 97 78 7A 0 15 13 29 164 D 35
Octal 227 170 172 0 25 23 51 544 15 65
Binary 10010111 1111000 1111010 0 10101 10011 101001 101100100 1101 110101

Color Harmonies of #97787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97787A

Black with #97787A

Text Example


Text Example

White with #97787A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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