#7B762F

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

Shades of Crete #7B762F

Tints of Crete #7B762F

Color information

#7B762F (or 0x7B762F) is unknown color: approx Crete. HEX triplet: 7B, 76 and 2F. RGB value is (123,118,47). Sum of RGB (Red+Green+Blue) = 123+118+47=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B762F is #8489D0. Grayscale: #6F6F6F. Windows color (decimal): -8686033 or 3110523. OLE color: 3110523.

HSL color Cylindrical-coordinate representation of color #7B762F: hue angle of 56.05º 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 #7B762F is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB12311847-
CMYK00.040.620.52
HSL56.05º44.71%33.33%-
HSV(B)56.05º61.79%48.24%-
XYZ15.1617.375.24-
YUV111.491.66136.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=42.71%
G=40.97%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231184700.040.620.5256.0544.7133.33
Hex7B762F043E34382d21
Octal17316657047664705541
Binary111101111101101011110100111110110100111000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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