Html Css Color HEX #9A8F78 Pale Oyster

📋 copy color: '#9A8F78'

red 154 ◦ green 143 ◦ blue 120

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

Shades of Pale Oyster #9A8F78

Tints of Pale Oyster #9A8F78

RGB

 RED value IS 154 (60.55% from 255) = 36.93%

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

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 36.93%
G = 34.29%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#9A8F78 (or 0x9A8F78) is known color: Pale Oyster. HEX triplet: 9A, 8F and 78. RGB value is (154,143,120). Sum of RGB (Red+Green+Blue) = 154+143+120=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8F78 is #657087. Grayscale: #8F8F8F. Windows color (decimal): -6647944 or 7901082. OLE color: 7901082.

HSL color Cylindrical-coordinate representation of color #9A8F78: hue angle of 40.59º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A8F78 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 143 120 -
CMYK 0 0.07 0.22 0.40
HSL 40.59º 0.14% 0.54% -
HSV(B) 40.59º 0.22% 0.6% -
XYZ 26.54 27.87 21.75 -
YUV 143.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 154 143 120 0 0.07 0.22 0.40 40.59 0.14 0.54
Hex 9A 8F 78 0 7 16 28 29 E 36
Octal 232 217 170 0 7 26 50 51 16 66
Binary 10011010 10001111 1111000 0 111 10110 101000 101001 1110 110110

Color Harmonies of #9A8F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8F78

Black with #9A8F78

Text Example


Text Example

White with #9A8F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,143,120); }

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

background-color css

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

 a { background-color: rgb(154,143,120); }

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

border-color css

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

 span { border-color: rgb(154,143,120); }

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