Html Css Color HEX #777331 Crete

📋 copy color: '#777331'

red 119 ◦ green 115 ◦ blue 49

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

Shades of Crete #777331

Tints of Crete #777331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 42.05%
G = 40.64%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#777331 (or 0x777331) is known color: Crete. HEX triplet: 77, 73 and 31. RGB value is (119,115,49). Sum of RGB (Red+Green+Blue) = 119+115+49=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #777331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777331 is #888CCE. Grayscale: #6C6C6C. Windows color (decimal): -8948943 or 3240823. OLE color: 3240823.

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

Color convert

RGB 119 115 49 -
CMYK 0 0.03 0.59 0.53
HSL 56.57º 0.42% 0.33% -
HSV(B) 56.57º 0.59% 0.47% -
XYZ 14.29 16.41 5.32 -
YUV 108.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 119 115 49 0 0.03 0.59 0.53 56.57 0.42 0.33
Hex 77 73 31 0 3 3B 35 39 2A 21
Octal 167 163 61 0 3 73 65 71 52 41
Binary 1110111 1110011 110001 0 11 111011 110101 111001 101010 100001

Color Harmonies of #777331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777331

Black with #777331

Text Example


Text Example

White with #777331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777331; }

 p { color: rgb(119,115,49); }

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

background-color css

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

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

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

border-color css

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

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

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