#765030

Color #765030 Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #765030

Tints of Cape Palliser #765030

Color information

#765030 (or 0x765030) is unknown color: approx Cape Palliser. HEX triplet: 76, 50 and 30. RGB value is (118,80,48). Sum of RGB (Red+Green+Blue) = 118+80+48=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #765030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765030 is #89AFCF. Grayscale: #575757. Windows color (decimal): -9023440 or 3166326. OLE color: 3166326.

HSL color Cylindrical-coordinate representation of color #765030: hue angle of 27.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765030 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1188048-
CMYK00.320.590.54
HSL27.43º42.17%32.55%-
HSV(B)27.43º59.32%46.27%-
XYZ10.879.84.12-
YUV87.71105.59149.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=47.97%
G=32.52%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118804800.320.590.5427.4342.1732.55
Hex7650300203B361b2a21
Octal166120600407366335241
Binary11101101010000110000010000011101111011011011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765030; }

 p { color: rgb(118,80,48); }

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

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

 a { background-color: rgb(118,80,48); }

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

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

 span { border-color: rgb(118,80,48); }

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