Html Css Color HEX #77302B Lusty

📋 copy color: '#77302B'

red 119 ◦ green 48 ◦ blue 43

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

Shades of Lusty #77302B

Tints of Lusty #77302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 56.67%
G = 22.86%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77302B (or 0x77302B) is known color: Lusty. HEX triplet: 77, 30 and 2B. RGB value is (119,48,43). Sum of RGB (Red+Green+Blue) = 119+48+43=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77302B is #88CFD4. Grayscale: #444444. Windows color (decimal): -8966101 or 2830455. OLE color: 2830455.

HSL color Cylindrical-coordinate representation of color #77302B: hue angle of 3.95º 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 #77302B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 43 -
CMYK 0 0.60 0.64 0.53
HSL 3.95º 0.47% 0.32% -
HSV(B) 3.95º 0.64% 0.47% -
XYZ 9.1 6.21 3 -
YUV 68.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 119 48 43 0 0.60 0.64 0.53 3.95 0.47 0.32
Hex 77 30 2B 0 3C 40 35 4 2F 20
Octal 167 60 53 0 74 100 65 4 57 40
Binary 1110111 110000 101011 0 111100 1000000 110101 100 101111 100000

Color Harmonies of #77302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77302B

Black with #77302B

Text Example


Text Example

White with #77302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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