Html Css Color HEX #772E2D Lusty

📋 copy color: '#772E2D'

red 119 ◦ green 46 ◦ blue 45

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

Shades of Lusty #772E2D

Tints of Lusty #772E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 56.67%
G = 21.9%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#772E2D (or 0x772E2D) is known color: Lusty. HEX triplet: 77, 2E and 2D. RGB value is (119,46,45). Sum of RGB (Red+Green+Blue) = 119+46+45=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E2D is #88D1D2. Grayscale: #434343. Windows color (decimal): -8966611 or 2961015. OLE color: 2961015.

HSL color Cylindrical-coordinate representation of color #772E2D: hue angle of 0.81º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772E2D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 45 -
CMYK 0 0.61 0.62 0.53
HSL 0.81º 0.45% 0.32% -
HSV(B) 0.81º 0.62% 0.47% -
XYZ 9.06 6.07 3.18 -
YUV 67.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 119 46 45 0 0.61 0.62 0.53 0.81 0.45 0.32
Hex 77 2E 2D 0 3D 3E 35 1 2D 20
Octal 167 56 55 0 75 76 65 1 55 40
Binary 1110111 101110 101101 0 111101 111110 110101 1 101101 100000

Color Harmonies of #772E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E2D

Black with #772E2D

Text Example


Text Example

White with #772E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E2D; }

 p { color: rgb(119,46,45); }

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

background-color css

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

 a { background-color: rgb(119,46,45); }

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

border-color css

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

 span { border-color: rgb(119,46,45); }

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