Html Css Color HEX #77261C Lusty

📋 copy color: '#77261C'

red 119 ◦ green 38 ◦ blue 28

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

Shades of Lusty #77261C

Tints of Lusty #77261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 64.32%
G = 20.54%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77261C (or 0x77261C) is known color: Lusty. HEX triplet: 77, 26 and 1C. RGB value is (119,38,28). Sum of RGB (Red+Green+Blue) = 119+38+28=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77261C is #88D9E3. Grayscale: #3D3D3D. Windows color (decimal): -8968676 or 1844855. OLE color: 1844855.

HSL color Cylindrical-coordinate representation of color #77261C: hue angle of 6.59º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77261C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 28 -
CMYK 0 0.68 0.76 0.53
HSL 6.59º 0.62% 0.29% -
HSV(B) 6.59º 0.76% 0.47% -
XYZ 8.51 5.39 1.69 -
YUV 61.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 119 38 28 0 0.68 0.76 0.53 6.59 0.62 0.29
Hex 77 26 1C 0 44 4C 35 7 3E 1D
Octal 167 46 34 0 104 114 65 7 76 35
Binary 1110111 100110 11100 0 1000100 1001100 110101 111 111110 11101

Color Harmonies of #77261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77261C

Black with #77261C

Text Example


Text Example

White with #77261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77261C; }

 p { color: rgb(119,38,28); }

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

background-color css

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

 a { background-color: rgb(119,38,28); }

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

border-color css

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

 span { border-color: rgb(119,38,28); }

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