Html Css Color HEX #97777A Turkish Rose

📋 copy color: '#97777A'

red 151 ◦ green 119 ◦ blue 122

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

Shades of Turkish Rose #97777A

Tints of Turkish Rose #97777A

RGB

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

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

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

R = 38.52%
G = 30.36%
B = 31.12%

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

#97777A (or 0x97777A) is known color: Turkish Rose. HEX triplet: 97, 77 and 7A. RGB value is (151,119,122). Sum of RGB (Red+Green+Blue) = 151+119+122=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #97777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97777A is #688885. Grayscale: #808080. Windows color (decimal): -6850694 or 8026007. OLE color: 8026007.

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

Color convert

RGB 151 119 122 -
CMYK 0 0.21 0.19 0.41
HSL 354.38º 0.13% 0.53% -
HSV(B) 354.38º 0.21% 0.59% -
XYZ 22.87 21.18 21.29 -
YUV 128.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 151 119 122 0 0.21 0.19 0.41 354.38 0.13 0.53
Hex 97 77 7A 0 15 13 29 162 D 35
Octal 227 167 172 0 25 23 51 542 15 65
Binary 10010111 1110111 1111010 0 10101 10011 101001 101100010 1101 110101

Color Harmonies of #97777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97777A

Black with #97777A

Text Example


Text Example

White with #97777A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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