Html Css Color HEX #80783B Crete

📋 copy color: '#80783B'

red 128 ◦ green 120 ◦ blue 59

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

Shades of Crete #80783B

Tints of Crete #80783B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 41.69%
G = 39.09%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80783B (or 0x80783B) is known color: Crete. HEX triplet: 80, 78 and 3B. RGB value is (128,120,59). Sum of RGB (Red+Green+Blue) = 128+120+59=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80783B is #7F87C4. Grayscale: #737373. Windows color (decimal): -8357829 or 3897472. OLE color: 3897472.

HSL color Cylindrical-coordinate representation of color #80783B: hue angle of 53.04º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80783B is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 59 -
CMYK 0 0.06 0.54 0.50
HSL 53.04º 0.37% 0.37% -
HSV(B) 53.04º 0.54% 0.5% -
XYZ 16.41 18.34 6.81 -
YUV 115.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 128 120 59 0 0.06 0.54 0.50 53.04 0.37 0.37
Hex 80 78 3B 0 6 36 32 35 25 25
Octal 200 170 73 0 6 66 62 65 45 45
Binary 10000000 1111000 111011 0 110 110110 110010 110101 100101 100101

Color Harmonies of #80783B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80783B

Black with #80783B

Text Example


Text Example

White with #80783B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80783B; }

 p { color: rgb(128,120,59); }

 H1.HeaderClassName
 {
   color: #80783B;
 }
 .AnyTagClassName
 {
   color: #80783B;
 }
</style>

background-color css

<style>
 a { background-color: #80783B; }

 a { background-color: rgb(128,120,59); }

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

border-color css

<style>
 span { border-color: #80783B; }

 span { border-color: rgb(128,120,59); }

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