Html Css Color HEX #7E7D3F Crete

📋 copy color: '#7E7D3F'

red 126 ◦ green 125 ◦ blue 63

#7E7D3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #7E7D3F

Tints of Crete #7E7D3F

RGB

 RED value IS 126 (49.61% from 255) = 40.13%

 GREEN value IS 125 (49.22% from 255) = 39.81%

 BLUE value IS 63 (25% from 255) = 20.06%

R = 40.13%
G = 39.81%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7E7D3F (or 0x7E7D3F) is known color: Crete. HEX triplet: 7E, 7D and 3F. RGB value is (126,125,63). Sum of RGB (Red+Green+Blue) = 126+125+63=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7D3F is #8182C0. Grayscale: #767676. Windows color (decimal): -8487617 or 4160894. OLE color: 4160894.

HSL color Cylindrical-coordinate representation of color #7E7D3F: hue angle of 59.05º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E7D3F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 125 63 -
CMYK 0 0.01 0.50 0.51
HSL 59.05º 0.33% 0.37% -
HSV(B) 59.05º 0.5% 0.49% -
XYZ 16.84 19.46 7.57 -
YUV 118.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 126 125 63 0 0.01 0.50 0.51 59.05 0.33 0.37
Hex 7E 7D 3F 0 1 32 33 3B 21 25
Octal 176 175 77 0 1 62 63 73 41 45
Binary 1111110 1111101 111111 0 1 110010 110011 111011 100001 100101

Color Harmonies of #7E7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7D3F

Black with #7E7D3F

Text Example


Text Example

White with #7E7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,125,63); }

 H1.HeaderClassName
 {
   color: #7E7D3F;
 }
 .AnyTagClassName
 {
   color: #7E7D3F;
 }
</style>

background-color css

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

 a { background-color: rgb(126,125,63); }

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

border-color css

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

 span { border-color: rgb(126,125,63); }

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