Html Css Color HEX #777532 Crete

📋 copy color: '#777532'

red 119 ◦ green 117 ◦ blue 50

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

Shades of Crete #777532

Tints of Crete #777532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 41.61%
G = 40.91%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#777532 (or 0x777532) is known color: Crete. HEX triplet: 77, 75 and 32. RGB value is (119,117,50). Sum of RGB (Red+Green+Blue) = 119+117+50=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #777532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777532 is #888ACD. Grayscale: #6E6E6E. Windows color (decimal): -8948430 or 3306871. OLE color: 3306871.

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

Color convert

RGB 119 117 50 -
CMYK 0 0.02 0.58 0.53
HSL 58.26º 0.41% 0.33% -
HSV(B) 58.26º 0.58% 0.47% -
XYZ 14.54 16.87 5.51 -
YUV 109.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 119 117 50 0 0.02 0.58 0.53 58.26 0.41 0.33
Hex 77 75 32 0 2 3A 35 3A 29 21
Octal 167 165 62 0 2 72 65 72 51 41
Binary 1110111 1110101 110010 0 10 111010 110101 111010 101001 100001

Color Harmonies of #777532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777532

Black with #777532

Text Example


Text Example

White with #777532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777532; }

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

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

background-color css

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

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

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

border-color css

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

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

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