#7B7A2F

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

Shades of Crete #7B7A2F

Tints of Crete #7B7A2F

Color information

#7B7A2F (or 0x7B7A2F) is unknown color: approx Crete. HEX triplet: 7B, 7A and 2F. RGB value is (123,122,47). Sum of RGB (Red+Green+Blue) = 123+122+47=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A2F is #8485D0. Grayscale: #727272. Windows color (decimal): -8685009 or 3111547. OLE color: 3111547.

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

Color convert

RGB12312247-
CMYK00.010.620.52
HSL59.21º44.71%33.33%-
HSV(B)59.21º61.79%48.24%-
XYZ15.6418.345.4-
YUV113.7590.33134.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.12%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=42.12%
G=41.78%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231224700.010.620.5259.2144.7133.33
Hex7B7A2F013E343b2d21
Octal17317257017664735541
Binary1111011111101010111101111110110100111011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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