Html Css Color HEX #7E753A Crete

📋 copy color: '#7E753A'

red 126 ◦ green 117 ◦ blue 58

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

Shades of Crete #7E753A

Tints of Crete #7E753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 41.86%
G = 38.87%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E753A (or 0x7E753A) is known color: Crete. HEX triplet: 7E, 75 and 3A. RGB value is (126,117,58). Sum of RGB (Red+Green+Blue) = 126+117+58=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E753A is #818AC5. Grayscale: #717171. Windows color (decimal): -8489670 or 3831166. OLE color: 3831166.

HSL color Cylindrical-coordinate representation of color #7E753A: hue angle of 52.06º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E753A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 117 58 -
CMYK 0 0.07 0.54 0.51
HSL 52.06º 0.37% 0.36% -
HSV(B) 52.06º 0.54% 0.49% -
XYZ 15.73 17.46 6.54 -
YUV 112.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 126 117 58 0 0.07 0.54 0.51 52.06 0.37 0.36
Hex 7E 75 3A 0 7 36 33 34 25 24
Octal 176 165 72 0 7 66 63 64 45 44
Binary 1111110 1110101 111010 0 111 110110 110011 110100 100101 100100

Color Harmonies of #7E753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E753A

Black with #7E753A

Text Example


Text Example

White with #7E753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,117,58); }

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

background-color css

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

 a { background-color: rgb(126,117,58); }

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

border-color css

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

 span { border-color: rgb(126,117,58); }

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