Html Css Color HEX #772D2B Lusty

📋 copy color: '#772D2B'

red 119 ◦ green 45 ◦ blue 43

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

Shades of Lusty #772D2B

Tints of Lusty #772D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.74%

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 57.49%
G = 21.74%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#772D2B (or 0x772D2B) is known color: Lusty. HEX triplet: 77, 2D and 2B. RGB value is (119,45,43). Sum of RGB (Red+Green+Blue) = 119+45+43=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #772D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D2B is #88D2D4. Grayscale: #424242. Windows color (decimal): -8966869 or 2829687. OLE color: 2829687.

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

Color convert

RGB 119 45 43 -
CMYK 0 0.62 0.64 0.53
HSL 1.58º 0.47% 0.32% -
HSV(B) 1.58º 0.64% 0.47% -
XYZ 8.98 5.97 2.97 -
YUV 66.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 119 45 43 0 0.62 0.64 0.53 1.58 0.47 0.32
Hex 77 2D 2B 0 3E 40 35 2 2F 20
Octal 167 55 53 0 76 100 65 2 57 40
Binary 1110111 101101 101011 0 111110 1000000 110101 10 101111 100000

Color Harmonies of #772D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D2B

Black with #772D2B

Text Example


Text Example

White with #772D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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