Html Css Color HEX #999078 Pale Oyster

📋 copy color: '#999078'

red 153 ◦ green 144 ◦ blue 120

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

Shades of Pale Oyster #999078

Tints of Pale Oyster #999078

RGB

 RED value IS 153 (60.16% from 255) = 36.69%

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 36.69%
G = 34.53%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#999078 (or 0x999078) is known color: Pale Oyster. HEX triplet: 99, 90 and 78. RGB value is (153,144,120). Sum of RGB (Red+Green+Blue) = 153+144+120=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #999078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999078 is #666F87. Grayscale: #909090. Windows color (decimal): -6713224 or 7901337. OLE color: 7901337.

HSL color Cylindrical-coordinate representation of color #999078: hue angle of 43.64º 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 #999078 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 120 -
CMYK 0 0.06 0.22 0.4
HSL 43.64º 0.14% 0.54% -
HSV(B) 43.64º 0.22% 0.6% -
XYZ 26.5 28.07 21.79 -
YUV 143.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 153 144 120 0 0.06 0.22 0.4 43.64 0.14 0.54
Hex 99 90 78 0 6 16 28 2C E 36
Octal 231 220 170 0 6 26 50 54 16 66
Binary 10011001 10010000 1111000 0 110 10110 101000 101100 1110 110110

Color Harmonies of #999078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999078

Black with #999078

Text Example


Text Example

White with #999078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999078; }

 p { color: rgb(153,144,120); }

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

background-color css

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

 a { background-color: rgb(153,144,120); }

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

border-color css

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

 span { border-color: rgb(153,144,120); }

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