Html Css Color HEX #9B878A Venus

📋 copy color: '#9B878A'

red 155 ◦ green 135 ◦ blue 138

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

Shades of Venus #9B878A

Tints of Venus #9B878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 36.21%
G = 31.54%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B878A (or 0x9B878A) is known color: Venus. HEX triplet: 9B, 87 and 8A. RGB value is (155,135,138). Sum of RGB (Red+Green+Blue) = 155+135+138=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878A is #647875. Grayscale: #8D8D8D. Windows color (decimal): -6584438 or 9078683. OLE color: 9078683.

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

Color convert

RGB 155 135 138 -
CMYK 0 0.13 0.11 0.39
HSL 351º 0.09% 0.57% -
HSV(B) 351º 0.13% 0.61% -
XYZ 26.77 26.13 27.68 -
YUV 141.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 155 135 138 0 0.13 0.11 0.39 351 0.09 0.57
Hex 9B 87 8A 0 D B 27 15F 9 39
Octal 233 207 212 0 15 13 47 537 11 71
Binary 10011011 10000111 10001010 0 1101 1011 100111 101011111 1001 111001

Color Harmonies of #9B878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B878A

Black with #9B878A

Text Example


Text Example

White with #9B878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,135,138); }

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

background-color css

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

 a { background-color: rgb(155,135,138); }

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

border-color css

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

 span { border-color: rgb(155,135,138); }

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