Html Css Color HEX #998772 Pale Oyster

📋 copy color: '#998772'

red 153 ◦ green 135 ◦ blue 114

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

Shades of Pale Oyster #998772

Tints of Pale Oyster #998772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

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

R = 38.06%
G = 33.58%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#998772 (or 0x998772) is known color: Pale Oyster. HEX triplet: 99, 87 and 72. RGB value is (153,135,114). Sum of RGB (Red+Green+Blue) = 153+135+114=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998772 is #66788D. Grayscale: #8A8A8A. Windows color (decimal): -6715534 or 7505817. OLE color: 7505817.

HSL color Cylindrical-coordinate representation of color #998772: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998772 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 114 -
CMYK 0 0.12 0.25 0.4
HSL 32.31º 0.16% 0.52% -
HSV(B) 32.31º 0.25% 0.6% -
XYZ 24.84 25.32 19.5 -
YUV 137.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 153 135 114 0 0.12 0.25 0.4 32.31 0.16 0.52
Hex 99 87 72 0 C 19 28 20 10 34
Octal 231 207 162 0 14 31 50 40 20 64
Binary 10011001 10000111 1110010 0 1100 11001 101000 100000 10000 110100

Color Harmonies of #998772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998772

Black with #998772

Text Example


Text Example

White with #998772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998772; }

 p { color: rgb(153,135,114); }

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

background-color css

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

 a { background-color: rgb(153,135,114); }

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

border-color css

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

 span { border-color: rgb(153,135,114); }

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