Html Css Color HEX #9B7F85 Venus

📋 copy color: '#9B7F85'

red 155 ◦ green 127 ◦ blue 133

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

Shades of Venus #9B7F85

Tints of Venus #9B7F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 37.35%
G = 30.6%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B7F85 (or 0x9B7F85) is known color: Venus. HEX triplet: 9B, 7F and 85. RGB value is (155,127,133). Sum of RGB (Red+Green+Blue) = 155+127+133=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F85 is #64807A. Grayscale: #888888. Windows color (decimal): -6586491 or 8748955. OLE color: 8748955.

HSL color Cylindrical-coordinate representation of color #9B7F85: hue angle of 347.14º 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 #9B7F85 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 127 133 -
CMYK 0 0.18 0.14 0.39
HSL 347.14º 0.12% 0.55% -
HSV(B) 347.14º 0.18% 0.61% -
XYZ 25.34 23.84 25.46 -
YUV 136.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 155 127 133 0 0.18 0.14 0.39 347.14 0.12 0.55
Hex 9B 7F 85 0 12 E 27 15B C 37
Octal 233 177 205 0 22 16 47 533 14 67
Binary 10011011 1111111 10000101 0 10010 1110 100111 101011011 1100 110111

Color Harmonies of #9B7F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F85

Black with #9B7F85

Text Example


Text Example

White with #9B7F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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