Html Css Color HEX #807C3C Crete

📋 copy color: '#807C3C'

red 128 ◦ green 124 ◦ blue 60

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

Shades of Crete #807C3C

Tints of Crete #807C3C

RGB

 RED value IS 128 (50.39% from 255) = 41.03%

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 41.03%
G = 39.74%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#807C3C (or 0x807C3C) is known color: Crete. HEX triplet: 80, 7C and 3C. RGB value is (128,124,60). Sum of RGB (Red+Green+Blue) = 128+124+60=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #807C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C3C is #7F83C3. Grayscale: #767676. Windows color (decimal): -8356804 or 3964032. OLE color: 3964032.

HSL color Cylindrical-coordinate representation of color #807C3C: hue angle of 56.47º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #807C3C is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 124 60 -
CMYK 0 0.03 0.53 0.50
HSL 56.47º 0.36% 0.37% -
HSV(B) 56.47º 0.53% 0.5% -
XYZ 16.93 19.33 7.11 -
YUV 117.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 128 124 60 0 0.03 0.53 0.50 56.47 0.36 0.37
Hex 80 7C 3C 0 3 35 32 38 24 25
Octal 200 174 74 0 3 65 62 70 44 45
Binary 10000000 1111100 111100 0 11 110101 110010 111000 100100 100101

Color Harmonies of #807C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C3C

Black with #807C3C

Text Example


Text Example

White with #807C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807C3C; }

 p { color: rgb(128,124,60); }

 H1.HeaderClassName
 {
   color: #807C3C;
 }
 .AnyTagClassName
 {
   color: #807C3C;
 }
</style>

background-color css

<style>
 a { background-color: #807C3C; }

 a { background-color: rgb(128,124,60); }

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

border-color css

<style>
 span { border-color: #807C3C; }

 span { border-color: rgb(128,124,60); }

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