Html Css Color HEX #97777B Turkish Rose

📋 copy color: '#97777B'

red 151 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #97777B

Tints of Turkish Rose #97777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 38.42%
G = 30.28%
B = 31.3%

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

#97777B (or 0x97777B) is known color: Turkish Rose. HEX triplet: 97, 77 and 7B. RGB value is (151,119,123). Sum of RGB (Red+Green+Blue) = 151+119+123=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97777B is #688884. Grayscale: #818181. Windows color (decimal): -6850693 or 8091543. OLE color: 8091543.

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

Color convert

RGB 151 119 123 -
CMYK 0 0.21 0.19 0.41
HSL 352.5º 0.13% 0.53% -
HSV(B) 352.5º 0.21% 0.59% -
XYZ 22.93 21.2 21.62 -
YUV 129.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 151 119 123 0 0.21 0.19 0.41 352.5 0.13 0.53
Hex 97 77 7B 0 15 13 29 160 D 35
Octal 227 167 173 0 25 23 51 540 15 65
Binary 10010111 1110111 1111011 0 10101 10011 101001 101100000 1101 110101

Color Harmonies of #97777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97777B

Black with #97777B

Text Example


Text Example

White with #97777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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