Html Css Color HEX #777431 Crete

📋 copy color: '#777431'

red 119 ◦ green 116 ◦ blue 49

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

Shades of Crete #777431

Tints of Crete #777431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 41.9%
G = 40.85%
B = 17.25%

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

#777431 (or 0x777431) is known color: Crete. HEX triplet: 77, 74 and 31. RGB value is (119,116,49). Sum of RGB (Red+Green+Blue) = 119+116+49=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #777431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777431 is #888BCE. Grayscale: #6D6D6D. Windows color (decimal): -8948687 or 3241079. OLE color: 3241079.

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

Color convert

RGB 119 116 49 -
CMYK 0 0.03 0.59 0.53
HSL 57.43º 0.42% 0.33% -
HSV(B) 57.43º 0.59% 0.47% -
XYZ 14.41 16.63 5.36 -
YUV 109.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 119 116 49 0 0.03 0.59 0.53 57.43 0.42 0.33
Hex 77 74 31 0 3 3B 35 39 2A 21
Octal 167 164 61 0 3 73 65 71 52 41
Binary 1110111 1110100 110001 0 11 111011 110101 111001 101010 100001

Color Harmonies of #777431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777431

Black with #777431

Text Example


Text Example

White with #777431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777431; }

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

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

background-color css

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

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

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

border-color css

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

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

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