Html Css Color HEX #7E723A Crete

📋 copy color: '#7E723A'

red 126 ◦ green 114 ◦ blue 58

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

Shades of Crete #7E723A

Tints of Crete #7E723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

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

R = 42.28%
G = 38.26%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E723A (or 0x7E723A) is known color: Crete. HEX triplet: 7E, 72 and 3A. RGB value is (126,114,58). Sum of RGB (Red+Green+Blue) = 126+114+58=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E723A is #818DC5. Grayscale: #6F6F6F. Windows color (decimal): -8490438 or 3830398. OLE color: 3830398.

HSL color Cylindrical-coordinate representation of color #7E723A: hue angle of 49.41º 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 #7E723A is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 114 58 -
CMYK 0 0.10 0.54 0.51
HSL 49.41º 0.37% 0.36% -
HSV(B) 49.41º 0.54% 0.49% -
XYZ 15.39 16.78 6.43 -
YUV 111.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 126 114 58 0 0.10 0.54 0.51 49.41 0.37 0.36
Hex 7E 72 3A 0 A 36 33 31 25 24
Octal 176 162 72 0 12 66 63 61 45 44
Binary 1111110 1110010 111010 0 1010 110110 110011 110001 100101 100100

Color Harmonies of #7E723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E723A

Black with #7E723A

Text Example


Text Example

White with #7E723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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