Html Css Color HEX #9B8F77 Pale Oyster

📋 copy color: '#9B8F77'

red 155 ◦ green 143 ◦ blue 119

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

Shades of Pale Oyster #9B8F77

Tints of Pale Oyster #9B8F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 37.17%
G = 34.29%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B8F77 (or 0x9B8F77) is known color: Pale Oyster. HEX triplet: 9B, 8F and 77. RGB value is (155,143,119). Sum of RGB (Red+Green+Blue) = 155+143+119=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F77 is #647088. Grayscale: #8F8F8F. Windows color (decimal): -6582409 or 7835547. OLE color: 7835547.

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

Color convert

RGB 155 143 119 -
CMYK 0 0.08 0.23 0.39
HSL 40º 0.15% 0.54% -
HSV(B) 40º 0.23% 0.61% -
XYZ 26.67 27.95 21.44 -
YUV 143.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 155 143 119 0 0.08 0.23 0.39 40 0.15 0.54
Hex 9B 8F 77 0 8 17 27 28 F 36
Octal 233 217 167 0 10 27 47 50 17 66
Binary 10011011 10001111 1110111 0 1000 10111 100111 101000 1111 110110

Color Harmonies of #9B8F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8F77

Black with #9B8F77

Text Example


Text Example

White with #9B8F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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