#765028

Color #765028 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #765028

Tints of Cafe Royale #765028

Color information

#765028 (or 0x765028) is unknown color: approx Cafe Royale. HEX triplet: 76, 50 and 28. RGB value is (118,80,40). Sum of RGB (Red+Green+Blue) = 118+80+40=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765028 is #89AFD7. Grayscale: #575757. Windows color (decimal): -9023448 or 2642038. OLE color: 2642038.

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

Color convert

RGB1188040-
CMYK00.320.660.54
HSL30.77º49.37%30.98%-
HSV(B)30.77º66.1%46.27%-
XYZ10.729.743.32-
YUV86.8101.59150.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=49.58%
G=33.61%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118804000.320.660.5430.7749.3730.98
Hex76502802042361f311f
Octal1661205004010266376137
Binary11101101010000101000010000010000101101101111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765028; }

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

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

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

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

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

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

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

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