Html Css Color HEX #9B797D Turkish Rose

📋 copy color: '#9B797D'

red 155 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #9B797D

Tints of Turkish Rose #9B797D

RGB

 RED value IS 155 (60.94% from 255) = 38.65%

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 38.65%
G = 30.17%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B797D (or 0x9B797D) is known color: Turkish Rose. HEX triplet: 9B, 79 and 7D. RGB value is (155,121,125). Sum of RGB (Red+Green+Blue) = 155+121+125=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797D is #648682. Grayscale: #838383. Windows color (decimal): -6588035 or 8223131. OLE color: 8223131.

HSL color Cylindrical-coordinate representation of color #9B797D: hue angle of 352.94º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B797D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 125 -
CMYK 0 0.22 0.19 0.39
HSL 352.94º 0.15% 0.54% -
HSV(B) 352.94º 0.22% 0.61% -
XYZ 24.06 22.12 22.4 -
YUV 131.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 155 121 125 0 0.22 0.19 0.39 352.94 0.15 0.54
Hex 9B 79 7D 0 16 13 27 161 F 36
Octal 233 171 175 0 26 23 47 541 17 66
Binary 10011011 1111001 1111101 0 10110 10011 100111 101100001 1111 110110

Color Harmonies of #9B797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B797D

Black with #9B797D

Text Example


Text Example

White with #9B797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B797D; }

 p { color: rgb(155,121,125); }

 H1.HeaderClassName
 {
   color: #9B797D;
 }
 .AnyTagClassName
 {
   color: #9B797D;
 }
</style>

background-color css

<style>
 a { background-color: #9B797D; }

 a { background-color: rgb(155,121,125); }

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

border-color css

<style>
 span { border-color: #9B797D; }

 span { border-color: rgb(155,121,125); }

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