Html Css Color HEX #7C7A40 Crete

📋 copy color: '#7C7A40'

red 124 ◦ green 122 ◦ blue 64

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

Shades of Crete #7C7A40

Tints of Crete #7C7A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 40%
G = 39.35%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C7A40 (or 0x7C7A40) is known color: Crete. HEX triplet: 7C, 7A and 40. RGB value is (124,122,64). Sum of RGB (Red+Green+Blue) = 124+122+64=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7A40 is #8385BF. Grayscale: #747474. Windows color (decimal): -8619456 or 4225660. OLE color: 4225660.

HSL color Cylindrical-coordinate representation of color #7C7A40: hue angle of 58º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C7A40 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 122 64 -
CMYK 0 0.02 0.48 0.51
HSL 58º 0.32% 0.37% -
HSV(B) 58º 0.48% 0.49% -
XYZ 16.2 18.57 7.58 -
YUV 115.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 124 122 64 0 0.02 0.48 0.51 58 0.32 0.37
Hex 7C 7A 40 0 2 30 33 3A 20 25
Octal 174 172 100 0 2 60 63 72 40 45
Binary 1111100 1111010 1000000 0 10 110000 110011 111010 100000 100101

Color Harmonies of #7C7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7A40

Black with #7C7A40

Text Example


Text Example

White with #7C7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,122,64); }

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

background-color css

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

 a { background-color: rgb(124,122,64); }

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

border-color css

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

 span { border-color: rgb(124,122,64); }

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