#7C7633

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

Shades of Crete #7C7633

Tints of Crete #7C7633

Color information

#7C7633 (or 0x7C7633) is unknown color: approx Crete. HEX triplet: 7C, 76 and 33. RGB value is (124,118,51). Sum of RGB (Red+Green+Blue) = 124+118+51=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7633 is #8389CC. Grayscale: #707070. Windows color (decimal): -8620493 or 3372668. OLE color: 3372668.

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

Color convert

RGB12411851-
CMYK00.050.590.51
HSL55.07º41.71%34.31%-
HSV(B)55.07º58.87%48.63%-
XYZ15.3917.485.7-
YUV112.1693.49136.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=42.32%
G=40.27%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241185100.050.590.5155.0741.7134.31
Hex7C7633053B33372a22
Octal17416663057363675242
Binary111110011101101100110101111011110011110111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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