Html Css Color HEX #777640 Crete

📋 copy color: '#777640'

red 119 ◦ green 118 ◦ blue 64

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

Shades of Crete #777640

Tints of Crete #777640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 39.53%
G = 39.2%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#777640 (or 0x777640) is known color: Crete. HEX triplet: 77, 76 and 40. RGB value is (119,118,64). Sum of RGB (Red+Green+Blue) = 119+118+64=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #777640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777640 is #8889BF. Grayscale: #707070. Windows color (decimal): -8948160 or 4224631. OLE color: 4224631.

HSL color Cylindrical-coordinate representation of color #777640: hue angle of 58.91º 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 #777640 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 64 -
CMYK 0 0.01 0.46 0.53
HSL 58.91º 0.3% 0.36% -
HSV(B) 58.91º 0.46% 0.47% -
XYZ 15.01 17.25 7.39 -
YUV 112.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 119 118 64 0 0.01 0.46 0.53 58.91 0.3 0.36
Hex 77 76 40 0 1 2E 35 3B 1E 24
Octal 167 166 100 0 1 56 65 73 36 44
Binary 1110111 1110110 1000000 0 1 101110 110101 111011 11110 100100

Color Harmonies of #777640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777640

Black with #777640

Text Example


Text Example

White with #777640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777640; }

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

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

background-color css

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

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

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

border-color css

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

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

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