Html Css Color HEX #777432 Crete

📋 copy color: '#777432'

red 119 ◦ green 116 ◦ blue 50

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

Shades of Crete #777432

Tints of Crete #777432

RGB

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

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

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

R = 41.75%
G = 40.7%
B = 17.54%

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

#777432 (or 0x777432) is known color: Crete. HEX triplet: 77, 74 and 32. RGB value is (119,116,50). Sum of RGB (Red+Green+Blue) = 119+116+50=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #777432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777432 is #888BCD. Grayscale: #6D6D6D. Windows color (decimal): -8948686 or 3306615. OLE color: 3306615.

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

Color convert

RGB 119 116 50 -
CMYK 0 0.03 0.58 0.53
HSL 57.39º 0.41% 0.33% -
HSV(B) 57.39º 0.58% 0.47% -
XYZ 14.43 16.64 5.47 -
YUV 109.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 119 116 50 0 0.03 0.58 0.53 57.39 0.41 0.33
Hex 77 74 32 0 3 3A 35 39 29 21
Octal 167 164 62 0 3 72 65 71 51 41
Binary 1110111 1110100 110010 0 11 111010 110101 111001 101001 100001

Color Harmonies of #777432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777432

Black with #777432

Text Example


Text Example

White with #777432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777432; }

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

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

background-color css

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

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

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

border-color css

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

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

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