#7C7638

Color #7C7638 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #7C7638

Tints of Crete #7C7638

Color information

#7C7638 (or 0x7C7638) is unknown color: approx Crete. HEX triplet: 7C, 76 and 38. RGB value is (124,118,56). Sum of RGB (Red+Green+Blue) = 124+118+56=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7638 is #8389C7. Grayscale: #707070. Windows color (decimal): -8620488 or 3700348. OLE color: 3700348.

HSL color Cylindrical-coordinate representation of color #7C7638: hue angle of 54.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C7638 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB12411856-
CMYK00.050.550.51
HSL54.71º37.78%35.29%-
HSV(B)54.71º54.84%48.63%-
XYZ15.517.536.31-
YUV112.7395.99136.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=41.61%
G=39.60%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241185600.050.550.5154.7137.7835.29
Hex7C7638053733372623
Octal17416670056763674643
Binary111110011101101110000101110111110011110111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7638; }

 p { color: rgb(124,118,56); }

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

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

 a { background-color: rgb(124,118,56); }

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

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

 span { border-color: rgb(124,118,56); }

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