Html Css Color HEX #7C7039 Crete

📋 copy color: '#7C7039'

red 124 ◦ green 112 ◦ blue 57

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

Shades of Crete #7C7039

Tints of Crete #7C7039

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 57 (22.66% from 255) = 19.45%

R = 42.32%
G = 38.23%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7C7039 (or 0x7C7039) is known color: Crete. HEX triplet: 7C, 70 and 39. RGB value is (124,112,57). Sum of RGB (Red+Green+Blue) = 124+112+57=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7039 is #838FC6. Grayscale: #6D6D6D. Windows color (decimal): -8622023 or 3764348. OLE color: 3764348.

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

Color convert

RGB 124 112 57 -
CMYK 0 0.10 0.54 0.51
HSL 49.25º 0.37% 0.35% -
HSV(B) 49.25º 0.54% 0.49% -
XYZ 14.84 16.17 6.21 -
YUV 109.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 124 112 57 0 0.10 0.54 0.51 49.25 0.37 0.35
Hex 7C 70 39 0 A 36 33 31 25 23
Octal 174 160 71 0 12 66 63 61 45 43
Binary 1111100 1110000 111001 0 1010 110110 110011 110001 100101 100011

Color Harmonies of #7C7039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7039

Black with #7C7039

Text Example


Text Example

White with #7C7039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,112,57); }

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

background-color css

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

 a { background-color: rgb(124,112,57); }

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

border-color css

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

 span { border-color: rgb(124,112,57); }

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