#7A7B32

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

Shades of Crete #7A7B32

Tints of Crete #7A7B32

Color information

#7A7B32 (or 0x7A7B32) is unknown color: approx Crete. HEX triplet: 7A, 7B and 32. RGB value is (122,123,50). Sum of RGB (Red+Green+Blue) = 122+123+50=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7B32 is #8584CD. Grayscale: #727272. Windows color (decimal): -8750286 or 3308410. OLE color: 3308410.

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

Color convert

RGB12212350-
CMYK0.0100.590.52
HSL60.82º42.2%33.92%-
HSV(B)60.82º59.35%48.24%-
XYZ15.6818.535.77-
YUV114.3891.67133.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=41.36%
G=41.69%
B=16.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122123500.0100.590.5260.8242.233.92
Hex7A7B32103B343d2a22
Octal17217362107364755242
Binary1111010111101111001010111011110100111101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,50); }

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

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

 a { background-color: rgb(122,123,50); }

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

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

 span { border-color: rgb(122,123,50); }

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