Html Css Color HEX #787032 Crete

📋 copy color: '#787032'

red 120 ◦ green 112 ◦ blue 50

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

Shades of Crete #787032

Tints of Crete #787032

RGB

 RED value IS 120 (47.27% from 255) = 42.55%

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 42.55%
G = 39.72%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#787032 (or 0x787032) is known color: Crete. HEX triplet: 78, 70 and 32. RGB value is (120,112,50). Sum of RGB (Red+Green+Blue) = 120+112+50=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #787032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787032 is #878FCD. Grayscale: #6B6B6B. Windows color (decimal): -8884174 or 3305592. OLE color: 3305592.

HSL color Cylindrical-coordinate representation of color #787032: hue angle of 53.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #787032 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 50 -
CMYK 0 0.07 0.58 0.53
HSL 53.14º 0.41% 0.33% -
HSV(B) 53.14º 0.58% 0.47% -
XYZ 14.12 15.81 5.33 -
YUV 107.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 120 112 50 0 0.07 0.58 0.53 53.14 0.41 0.33
Hex 78 70 32 0 7 3A 35 35 29 21
Octal 170 160 62 0 7 72 65 65 51 41
Binary 1111000 1110000 110010 0 111 111010 110101 110101 101001 100001

Color Harmonies of #787032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787032

Black with #787032

Text Example


Text Example

White with #787032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787032; }

 p { color: rgb(120,112,50); }

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

background-color css

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

 a { background-color: rgb(120,112,50); }

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

border-color css

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

 span { border-color: rgb(120,112,50); }

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