Html Css Color HEX #777332 Crete

📋 copy color: '#777332'

red 119 ◦ green 115 ◦ blue 50

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

Shades of Crete #777332

Tints of Crete #777332

RGB

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

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

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

R = 41.9%
G = 40.49%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#777332 (or 0x777332) is known color: Crete. HEX triplet: 77, 73 and 32. RGB value is (119,115,50). Sum of RGB (Red+Green+Blue) = 119+115+50=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #777332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777332 is #888CCD. Grayscale: #6D6D6D. Windows color (decimal): -8948942 or 3306359. OLE color: 3306359.

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

Color convert

RGB 119 115 50 -
CMYK 0 0.03 0.58 0.53
HSL 56.52º 0.41% 0.33% -
HSV(B) 56.52º 0.58% 0.47% -
XYZ 14.31 16.41 5.43 -
YUV 108.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 119 115 50 0 0.03 0.58 0.53 56.52 0.41 0.33
Hex 77 73 32 0 3 3A 35 39 29 21
Octal 167 163 62 0 3 72 65 71 51 41
Binary 1110111 1110011 110010 0 11 111010 110101 111001 101001 100001

Color Harmonies of #777332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777332

Black with #777332

Text Example


Text Example

White with #777332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777332; }

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

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

background-color css

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

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

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

border-color css

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

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

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