Html Css Color HEX #7E743B Crete

📋 copy color: '#7E743B'

red 126 ◦ green 116 ◦ blue 59

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

Shades of Crete #7E743B

Tints of Crete #7E743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 41.86%
G = 38.54%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E743B (or 0x7E743B) is known color: Crete. HEX triplet: 7E, 74 and 3B. RGB value is (126,116,59). Sum of RGB (Red+Green+Blue) = 126+116+59=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E743B is #818BC4. Grayscale: #707070. Windows color (decimal): -8489925 or 3896446. OLE color: 3896446.

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

Color convert

RGB 126 116 59 -
CMYK 0 0.08 0.53 0.51
HSL 51.04º 0.36% 0.36% -
HSV(B) 51.04º 0.53% 0.49% -
XYZ 15.64 17.24 6.64 -
YUV 112.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 126 116 59 0 0.08 0.53 0.51 51.04 0.36 0.36
Hex 7E 74 3B 0 8 35 33 33 24 24
Octal 176 164 73 0 10 65 63 63 44 44
Binary 1111110 1110100 111011 0 1000 110101 110011 110011 100100 100100

Color Harmonies of #7E743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E743B

Black with #7E743B

Text Example


Text Example

White with #7E743B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,116,59); }

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

background-color css

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

 a { background-color: rgb(126,116,59); }

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

border-color css

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

 span { border-color: rgb(126,116,59); }

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