#7F7B3D

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

Shades of Crete #7F7B3D

Tints of Crete #7F7B3D

Color information

#7F7B3D (or 0x7F7B3D) is unknown color: approx Crete. HEX triplet: 7F, 7B and 3D. RGB value is (127,123,61). Sum of RGB (Red+Green+Blue) = 127+123+61=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B3D is #8084C2. Grayscale: #757575. Windows color (decimal): -8422595 or 4029311. OLE color: 4029311.

HSL color Cylindrical-coordinate representation of color #7F7B3D: hue angle of 56.36º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F7B3D is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB12712361-
CMYK00.030.520.50
HSL56.36º35.11%36.86%-
HSV(B)56.36º51.97%49.8%-
XYZ16.6819.017.21-
YUV117.1396.33135.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=40.84%
G=39.55%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271236100.030.520.5056.3635.1136.86
Hex7F7B3D033432382325
Octal17717375036462704345
Binary11111111111011111101011110100110010111000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,61); }

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

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

 a { background-color: rgb(127,123,61); }

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

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

 span { border-color: rgb(127,123,61); }

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