Html Css Color HEX #9B8C77 Pale Oyster

📋 copy color: '#9B8C77'

red 155 ◦ green 140 ◦ blue 119

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

Shades of Pale Oyster #9B8C77

Tints of Pale Oyster #9B8C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 37.44%
G = 33.82%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B8C77 (or 0x9B8C77) is known color: Pale Oyster. HEX triplet: 9B, 8C and 77. RGB value is (155,140,119). Sum of RGB (Red+Green+Blue) = 155+140+119=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C77 is #647388. Grayscale: #8E8E8E. Windows color (decimal): -6583177 or 7834779. OLE color: 7834779.

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

Color convert

RGB 155 140 119 -
CMYK 0 0.10 0.23 0.39
HSL 35º 0.15% 0.54% -
HSV(B) 35º 0.23% 0.61% -
XYZ 26.23 27.06 21.29 -
YUV 142.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 155 140 119 0 0.10 0.23 0.39 35 0.15 0.54
Hex 9B 8C 77 0 A 17 27 23 F 36
Octal 233 214 167 0 12 27 47 43 17 66
Binary 10011011 10001100 1110111 0 1010 10111 100111 100011 1111 110110

Color Harmonies of #9B8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8C77

Black with #9B8C77

Text Example


Text Example

White with #9B8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,140,119); }

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

background-color css

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

 a { background-color: rgb(155,140,119); }

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

border-color css

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

 span { border-color: rgb(155,140,119); }

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