Html Css Color HEX #7E7E3C Crete

📋 copy color: '#7E7E3C'

red 126 ◦ green 126 ◦ blue 60

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

Shades of Crete #7E7E3C

Tints of Crete #7E7E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.38%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 40.38%
G = 40.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E7E3C (or 0x7E7E3C) is known color: Crete. HEX triplet: 7E, 7E and 3C. RGB value is (126,126,60). Sum of RGB (Red+Green+Blue) = 126+126+60=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 126 - color contains mainly: red, green. Hex color #7E7E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7E3C is #8181C3. Grayscale: #767676. Windows color (decimal): -8487364 or 3964542. OLE color: 3964542.

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

Color convert

RGB 126 126 60 -
CMYK 0 0 0.52 0.51
HSL 60º 0.35% 0.36% -
HSV(B) 60º 0.52% 0.49% -
XYZ 16.88 19.68 7.18 -
YUV 118.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 126 126 60 0 0 0.52 0.51 60 0.35 0.36
Hex 7E 7E 3C 0 0 34 33 3C 23 24
Octal 176 176 74 0 0 64 63 74 43 44
Binary 1111110 1111110 111100 0 0 110100 110011 111100 100011 100100

Color Harmonies of #7E7E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7E3C

Black with #7E7E3C

Text Example


Text Example

White with #7E7E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,126,60); }

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

background-color css

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

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

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

border-color css

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

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

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