Html Css Color HEX #7C713A Crete

📋 copy color: '#7C713A'

red 124 ◦ green 113 ◦ blue 58

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

Shades of Crete #7C713A

Tints of Crete #7C713A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

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

R = 42.03%
G = 38.31%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C713A (or 0x7C713A) is known color: Crete. HEX triplet: 7C, 71 and 3A. RGB value is (124,113,58). Sum of RGB (Red+Green+Blue) = 124+113+58=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C713A is #838EC5. Grayscale: #6E6E6E. Windows color (decimal): -8621766 or 3830140. OLE color: 3830140.

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

Color convert

RGB 124 113 58 -
CMYK 0 0.09 0.53 0.51
HSL 50º 0.36% 0.36% -
HSV(B) 50º 0.53% 0.49% -
XYZ 14.98 16.4 6.38 -
YUV 110.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 124 113 58 0 0.09 0.53 0.51 50 0.36 0.36
Hex 7C 71 3A 0 9 35 33 32 24 24
Octal 174 161 72 0 11 65 63 62 44 44
Binary 1111100 1110001 111010 0 1001 110101 110011 110010 100100 100100

Color Harmonies of #7C713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C713A

Black with #7C713A

Text Example


Text Example

White with #7C713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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