Html Css Color HEX #782919 Pueblo

📋 copy color: '#782919'

red 120 ◦ green 41 ◦ blue 25

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

Shades of Pueblo #782919

Tints of Pueblo #782919

RGB

 RED value IS 120 (47.27% from 255) = 64.52%

 GREEN value IS 41 (16.41% from 255) = 22.04%

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 64.52%
G = 22.04%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#782919 (or 0x782919) is known color: Pueblo. HEX triplet: 78, 29 and 19. RGB value is (120,41,25). Sum of RGB (Red+Green+Blue) = 120+41+25=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #782919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782919 is #87D6E6. Grayscale: #3E3E3E. Windows color (decimal): -8902375 or 1649016. OLE color: 1649016.

HSL color Cylindrical-coordinate representation of color #782919: hue angle of 10.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782919 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 25 -
CMYK 0 0.66 0.79 0.53
HSL 10.11º 0.66% 0.28% -
HSV(B) 10.11º 0.79% 0.47% -
XYZ 8.71 5.65 1.55 -
YUV 62.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 120 41 25 0 0.66 0.79 0.53 10.11 0.66 0.28
Hex 78 29 19 0 42 4F 35 A 42 1C
Octal 170 51 31 0 102 117 65 12 102 34
Binary 1111000 101001 11001 0 1000010 1001111 110101 1010 1000010 11100

Color Harmonies of #782919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782919

Black with #782919

Text Example


Text Example

White with #782919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782919; }

 p { color: rgb(120,41,25); }

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

background-color css

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

 a { background-color: rgb(120,41,25); }

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

border-color css

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

 span { border-color: rgb(120,41,25); }

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