Html Css Color HEX #777232 Crete

📋 copy color: '#777232'

red 119 ◦ green 114 ◦ blue 50

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

Shades of Crete #777232

Tints of Crete #777232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 42.05%
G = 40.28%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#777232 (or 0x777232) is known color: Crete. HEX triplet: 77, 72 and 32. RGB value is (119,114,50). Sum of RGB (Red+Green+Blue) = 119+114+50=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #777232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777232 is #888DCD. Grayscale: #6C6C6C. Windows color (decimal): -8949198 or 3306103. OLE color: 3306103.

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

Color convert

RGB 119 114 50 -
CMYK 0 0.04 0.58 0.53
HSL 55.65º 0.41% 0.33% -
HSV(B) 55.65º 0.58% 0.47% -
XYZ 14.2 16.19 5.39 -
YUV 108.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 119 114 50 0 0.04 0.58 0.53 55.65 0.41 0.33
Hex 77 72 32 0 4 3A 35 38 29 21
Octal 167 162 62 0 4 72 65 70 51 41
Binary 1110111 1110010 110010 0 100 111010 110101 111000 101001 100001

Color Harmonies of #777232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777232

Black with #777232

Text Example


Text Example

White with #777232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777232; }

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

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

background-color css

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

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

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

border-color css

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

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

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