Html Css Color HEX #777740 Crete

📋 copy color: '#777740'

red 119 ◦ green 119 ◦ blue 64

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

Shades of Crete #777740

Tints of Crete #777740

RGB

 RED value IS 119 (46.88% from 255) = 39.4%

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

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

R = 39.4%
G = 39.4%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#777740 (or 0x777740) is known color: Crete. HEX triplet: 77, 77 and 40. RGB value is (119,119,64). Sum of RGB (Red+Green+Blue) = 119+119+64=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777740 is #8888BF. Grayscale: #707070. Windows color (decimal): -8947904 or 4224887. OLE color: 4224887.

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

Color convert

RGB 119 119 64 -
CMYK 0 0 0.46 0.53
HSL 60º 0.3% 0.36% -
HSV(B) 60º 0.46% 0.47% -
XYZ 15.13 17.49 7.43 -
YUV 112.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 119 119 64 0 0 0.46 0.53 60 0.3 0.36
Hex 77 77 40 0 0 2E 35 3C 1E 24
Octal 167 167 100 0 0 56 65 74 36 44
Binary 1110111 1110111 1000000 0 0 101110 110101 111100 11110 100100

Color Harmonies of #777740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777740

Black with #777740

Text Example


Text Example

White with #777740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777740; }

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

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

background-color css

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

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

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

border-color css

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

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

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