#764D27

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

Shades of Cafe Royale #764D27

Tints of Cafe Royale #764D27

Color information

#764D27 (or 0x764D27) is unknown color: approx Cafe Royale. HEX triplet: 76, 4D and 27. RGB value is (118,77,39). Sum of RGB (Red+Green+Blue) = 118+77+39=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D27 is #89B2D8. Grayscale: #555555. Windows color (decimal): -9024217 or 2575734. OLE color: 2575734.

HSL color Cylindrical-coordinate representation of color #764D27: hue angle of 28.86º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764D27 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1187739-
CMYK00.350.670.54
HSL28.86º50.32%30.78%-
HSV(B)28.86º66.95%46.27%-
XYZ10.499.313.16-
YUV84.93102.08151.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=50.43%
G=32.91%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118773900.350.670.5428.8650.3230.78
Hex764D2702343361d321f
Octal1661154704310366356237
Binary11101101001101100111010001110000111101101110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764D27; }

 p { color: rgb(118,77,39); }

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

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

 a { background-color: rgb(118,77,39); }

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

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

 span { border-color: rgb(118,77,39); }

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