Html Css Color HEX #9B8F72 Pale Oyster

📋 copy color: '#9B8F72'

red 155 ◦ green 143 ◦ blue 114

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

Shades of Pale Oyster #9B8F72

Tints of Pale Oyster #9B8F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 37.62%
G = 34.71%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B8F72 (or 0x9B8F72) is known color: Pale Oyster. HEX triplet: 9B, 8F and 72. RGB value is (155,143,114). Sum of RGB (Red+Green+Blue) = 155+143+114=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F72 is #64708D. Grayscale: #8F8F8F. Windows color (decimal): -6582414 or 7507867. OLE color: 7507867.

HSL color Cylindrical-coordinate representation of color #9B8F72: hue angle of 42.44º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B8F72 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 143 114 -
CMYK 0 0.08 0.26 0.39
HSL 42.44º 0.17% 0.53% -
HSV(B) 42.44º 0.26% 0.61% -
XYZ 26.38 27.83 19.9 -
YUV 143.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 155 143 114 0 0.08 0.26 0.39 42.44 0.17 0.53
Hex 9B 8F 72 0 8 1A 27 2A 11 35
Octal 233 217 162 0 10 32 47 52 21 65
Binary 10011011 10001111 1110010 0 1000 11010 100111 101010 10001 110101

Color Harmonies of #9B8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8F72

Black with #9B8F72

Text Example


Text Example

White with #9B8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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