#918770

Color #918770 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #918770

Tints of Pale Oyster #918770

Color information

#918770 (or 0x918770) is unknown color: approx Pale Oyster. HEX triplet: 91, 87 and 70. RGB value is (145,135,112). Sum of RGB (Red+Green+Blue) = 145+135+112=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918770 is #6E788F. Grayscale: #878787. Windows color (decimal): -7239824 or 7374737. OLE color: 7374737.

HSL color Cylindrical-coordinate representation of color #918770: hue angle of 41.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918770 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145135112-
CMYK00.070.230.43
HSL41.82º13.04%50.39%-
HSV(B)41.82º22.76%56.86%-
XYZ23.2724.5218.84-
YUV135.37114.81134.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=36.99%
G=34.44%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513511200.070.230.4341.8213.0450.39
Hex91877007172B2ad32
Octal221207160072753521562
Binary100100011000011111100000111101111010111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918770; }

 p { color: rgb(145,135,112); }

 H1.HeaderClassName
 {
   color: #918770;
 }
 .AnyTagClassName
 {
   color: #918770;
 }
</style>
background-color css

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

 a { background-color: rgb(145,135,112); }

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

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

 span { border-color: rgb(145,135,112); }

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