Html Css Color HEX #9B7F82 Turkish Rose

📋 copy color: '#9B7F82'

red 155 ◦ green 127 ◦ blue 130

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

Shades of Turkish Rose #9B7F82

Tints of Turkish Rose #9B7F82

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

 BLUE value IS 130 (51.17% from 255) = 31.55%

R = 37.62%
G = 30.83%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B7F82 (or 0x9B7F82) is known color: Turkish Rose. HEX triplet: 9B, 7F and 82. RGB value is (155,127,130). Sum of RGB (Red+Green+Blue) = 155+127+130=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F82 is #64807D. Grayscale: #878787. Windows color (decimal): -6586494 or 8552347. OLE color: 8552347.

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

Color convert

RGB 155 127 130 -
CMYK 0 0.18 0.16 0.39
HSL 353.57º 0.12% 0.55% -
HSV(B) 353.57º 0.18% 0.61% -
XYZ 25.14 23.76 24.38 -
YUV 135.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 155 127 130 0 0.18 0.16 0.39 353.57 0.12 0.55
Hex 9B 7F 82 0 12 10 27 162 C 37
Octal 233 177 202 0 22 20 47 542 14 67
Binary 10011011 1111111 10000010 0 10010 10000 100111 101100010 1100 110111

Color Harmonies of #9B7F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F82

Black with #9B7F82

Text Example


Text Example

White with #9B7F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,130); }

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

background-color css

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

 a { background-color: rgb(155,127,130); }

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

border-color css

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

 span { border-color: rgb(155,127,130); }

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