#7A7C3B

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

Shades of Crete #7A7C3B

Tints of Crete #7A7C3B

Color information

#7A7C3B (or 0x7A7C3B) is unknown color: approx Crete. HEX triplet: 7A, 7C and 3B. RGB value is (122,124,59). Sum of RGB (Red+Green+Blue) = 122+124+59=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7C3B is #8583C4. Grayscale: #747474. Windows color (decimal): -8750021 or 3898490. OLE color: 3898490.

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

Color convert

RGB12212459-
CMYK0.0200.520.51
HSL61.85º35.52%35.88%-
HSV(B)61.85º52.42%48.63%-
XYZ16.0218.876.94-
YUV115.9995.84132.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=40%
G=40.66%
B=19.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122124590.0200.520.5161.8535.5235.88
Hex7A7C3B2034333e2424
Octal17217473206463764444
Binary11110101111100111011100110100110011111110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,124,59); }

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

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

 a { background-color: rgb(122,124,59); }

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

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

 span { border-color: rgb(122,124,59); }

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