#7C7B3A

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

Shades of Crete #7C7B3A

Tints of Crete #7C7B3A

Color information

#7C7B3A (or 0x7C7B3A) is unknown color: approx Crete. HEX triplet: 7C, 7B and 3A. RGB value is (124,123,58). Sum of RGB (Red+Green+Blue) = 124+123+58=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7B3A is #8384C5. Grayscale: #747474. Windows color (decimal): -8619206 or 3832700. OLE color: 3832700.

HSL color Cylindrical-coordinate representation of color #7C7B3A: hue angle of 59.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C7B3A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB12412358-
CMYK00.010.530.51
HSL59.09º36.26%35.69%-
HSV(B)59.09º53.23%48.63%-
XYZ16.1618.766.77-
YUV115.8995.33133.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=40.66%
G=40.33%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241235800.010.530.5159.0936.2635.69
Hex7C7B3A0135333b2424
Octal17417372016563734444
Binary1111100111101111101001110101110011111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,58); }

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

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

 a { background-color: rgb(124,123,58); }

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

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

 span { border-color: rgb(124,123,58); }

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