Html Css Color HEX #787740 Crete

📋 copy color: '#787740'

red 120 ◦ green 119 ◦ blue 64

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

Shades of Crete #787740

Tints of Crete #787740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 39.6%
G = 39.27%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#787740 (or 0x787740) is known color: Crete. HEX triplet: 78, 77 and 40. RGB value is (120,119,64). Sum of RGB (Red+Green+Blue) = 120+119+64=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #787740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787740 is #8788BF. Grayscale: #717171. Windows color (decimal): -8882368 or 4224888. OLE color: 4224888.

HSL color Cylindrical-coordinate representation of color #787740: hue angle of 58.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #787740 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 119 64 -
CMYK 0 0.01 0.47 0.53
HSL 58.93º 0.3% 0.36% -
HSV(B) 58.93º 0.47% 0.47% -
XYZ 15.27 17.56 7.43 -
YUV 113.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 120 119 64 0 0.01 0.47 0.53 58.93 0.3 0.36
Hex 78 77 40 0 1 2F 35 3B 1E 24
Octal 170 167 100 0 1 57 65 73 36 44
Binary 1111000 1110111 1000000 0 1 101111 110101 111011 11110 100100

Color Harmonies of #787740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787740

Black with #787740

Text Example


Text Example

White with #787740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787740; }

 p { color: rgb(120,119,64); }

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

background-color css

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

 a { background-color: rgb(120,119,64); }

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

border-color css

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

 span { border-color: rgb(120,119,64); }

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