Html Css Color HEX #7A773A Crete

📋 copy color: '#7A773A'

red 122 ◦ green 119 ◦ blue 58

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

Shades of Crete #7A773A

Tints of Crete #7A773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

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

R = 40.8%
G = 39.8%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A773A (or 0x7A773A) is known color: Crete. HEX triplet: 7A, 77 and 3A. RGB value is (122,119,58). Sum of RGB (Red+Green+Blue) = 122+119+58=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A773A is #8588C5. Grayscale: #717171. Windows color (decimal): -8751302 or 3831674. OLE color: 3831674.

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

Color convert

RGB 122 119 58 -
CMYK 0 0.02 0.52 0.52
HSL 57.19º 0.36% 0.35% -
HSV(B) 57.19º 0.52% 0.48% -
XYZ 15.39 17.64 6.6 -
YUV 112.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 122 119 58 0 0.02 0.52 0.52 57.19 0.36 0.35
Hex 7A 77 3A 0 2 34 34 39 24 23
Octal 172 167 72 0 2 64 64 71 44 43
Binary 1111010 1110111 111010 0 10 110100 110100 111001 100100 100011

Color Harmonies of #7A773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A773A

Black with #7A773A

Text Example


Text Example

White with #7A773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,58); }

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

background-color css

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

 a { background-color: rgb(122,119,58); }

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

border-color css

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

 span { border-color: rgb(122,119,58); }

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