Html Css Color HEX #9B7D81 Turkish Rose

📋 copy color: '#9B7D81'

red 155 ◦ green 125 ◦ blue 129

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

Shades of Turkish Rose #9B7D81

Tints of Turkish Rose #9B7D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 37.9%
G = 30.56%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B7D81 (or 0x9B7D81) is known color: Turkish Rose. HEX triplet: 9B, 7D and 81. RGB value is (155,125,129). Sum of RGB (Red+Green+Blue) = 155+125+129=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7D81 is #64827E. Grayscale: #868686. Windows color (decimal): -6587007 or 8486299. OLE color: 8486299.

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

Color convert

RGB 155 125 129 -
CMYK 0 0.19 0.17 0.39
HSL 352º 0.13% 0.55% -
HSV(B) 352º 0.19% 0.61% -
XYZ 24.81 23.22 23.94 -
YUV 134.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 155 125 129 0 0.19 0.17 0.39 352 0.13 0.55
Hex 9B 7D 81 0 13 11 27 160 D 37
Octal 233 175 201 0 23 21 47 540 15 67
Binary 10011011 1111101 10000001 0 10011 10001 100111 101100000 1101 110111

Color Harmonies of #9B7D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7D81

Black with #9B7D81

Text Example


Text Example

White with #9B7D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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