Html Css Color HEX #807D3C Crete

📋 copy color: '#807D3C'

red 128 ◦ green 125 ◦ blue 60

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

Shades of Crete #807D3C

Tints of Crete #807D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.94%

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

R = 40.89%
G = 39.94%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#807D3C (or 0x807D3C) is known color: Crete. HEX triplet: 80, 7D and 3C. RGB value is (128,125,60). Sum of RGB (Red+Green+Blue) = 128+125+60=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #807D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D3C is #7F82C3. Grayscale: #767676. Windows color (decimal): -8356548 or 3964288. OLE color: 3964288.

HSL color Cylindrical-coordinate representation of color #807D3C: hue angle of 57.35º 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 #807D3C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 125 60 -
CMYK 0 0.02 0.53 0.50
HSL 57.35º 0.36% 0.37% -
HSV(B) 57.35º 0.53% 0.5% -
XYZ 17.05 19.58 7.16 -
YUV 118.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 128 125 60 0 0.02 0.53 0.50 57.35 0.36 0.37
Hex 80 7D 3C 0 2 35 32 39 24 25
Octal 200 175 74 0 2 65 62 71 44 45
Binary 10000000 1111101 111100 0 10 110101 110010 111001 100100 100101

Color Harmonies of #807D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D3C

Black with #807D3C

Text Example


Text Example

White with #807D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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