Html Css Color HEX #77261E Lusty

📋 copy color: '#77261E'

red 119 ◦ green 38 ◦ blue 30

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

Shades of Lusty #77261E

Tints of Lusty #77261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 63.64%
G = 20.32%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77261E (or 0x77261E) is known color: Lusty. HEX triplet: 77, 26 and 1E. RGB value is (119,38,30). Sum of RGB (Red+Green+Blue) = 119+38+30=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77261E is #88D9E1. Grayscale: #3D3D3D. Windows color (decimal): -8968674 or 1975927. OLE color: 1975927.

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

Color convert

RGB 119 38 30 -
CMYK 0 0.68 0.75 0.53
HSL 5.39º 0.6% 0.29% -
HSV(B) 5.39º 0.75% 0.47% -
XYZ 8.54 5.4 1.82 -
YUV 61.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 119 38 30 0 0.68 0.75 0.53 5.39 0.6 0.29
Hex 77 26 1E 0 44 4B 35 5 3C 1D
Octal 167 46 36 0 104 113 65 5 74 35
Binary 1110111 100110 11110 0 1000100 1001011 110101 101 111100 11101

Color Harmonies of #77261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77261E

Black with #77261E

Text Example


Text Example

White with #77261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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