Html Css Color HEX #7C773A Crete

📋 copy color: '#7C773A'

red 124 ◦ green 119 ◦ blue 58

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

Shades of Crete #7C773A

Tints of Crete #7C773A

RGB

 RED value IS 124 (48.83% from 255) = 41.2%

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

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

R = 41.2%
G = 39.53%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C773A (or 0x7C773A) is known color: Crete. HEX triplet: 7C, 77 and 3A. RGB value is (124,119,58). Sum of RGB (Red+Green+Blue) = 124+119+58=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C773A is #8388C5. Grayscale: #717171. Windows color (decimal): -8620230 or 3831676. OLE color: 3831676.

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

Color convert

RGB 124 119 58 -
CMYK 0 0.04 0.53 0.51
HSL 55.45º 0.36% 0.36% -
HSV(B) 55.45º 0.53% 0.49% -
XYZ 15.67 17.78 6.61 -
YUV 113.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 124 119 58 0 0.04 0.53 0.51 55.45 0.36 0.36
Hex 7C 77 3A 0 4 35 33 37 24 24
Octal 174 167 72 0 4 65 63 67 44 44
Binary 1111100 1110111 111010 0 100 110101 110011 110111 100100 100100

Color Harmonies of #7C773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C773A

Black with #7C773A

Text Example


Text Example

White with #7C773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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