Html Css Color HEX #7A792E Crete

📋 copy color: '#7A792E'

red 122 ◦ green 121 ◦ blue 46

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

Shades of Crete #7A792E

Tints of Crete #7A792E

RGB

 RED value IS 122 (48.05% from 255) = 42.21%

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 42.21%
G = 41.87%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7A792E (or 0x7A792E) is known color: Crete. HEX triplet: 7A, 79 and 2E. RGB value is (122,121,46). Sum of RGB (Red+Green+Blue) = 122+121+46=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 122 - color contains mainly: red. Hex color #7A792E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A792E is #8586D1. Grayscale: #717171. Windows color (decimal): -8750802 or 3045754. OLE color: 3045754.

HSL color Cylindrical-coordinate representation of color #7A792E: hue angle of 59.21º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A792E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 121 46 -
CMYK 0 0.01 0.62 0.52
HSL 59.21º 0.45% 0.33% -
HSV(B) 59.21º 0.62% 0.48% -
XYZ 15.36 18.01 5.25 -
YUV 112.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 122 121 46 0 0.01 0.62 0.52 59.21 0.45 0.33
Hex 7A 79 2E 0 1 3E 34 3B 2D 21
Octal 172 171 56 0 1 76 64 73 55 41
Binary 1111010 1111001 101110 0 1 111110 110100 111011 101101 100001

Color Harmonies of #7A792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A792E

Black with #7A792E

Text Example


Text Example

White with #7A792E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,121,46); }

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

background-color css

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

 a { background-color: rgb(122,121,46); }

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

border-color css

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

 span { border-color: rgb(122,121,46); }

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