Html Css Color HEX #782813 Pueblo

📋 copy color: '#782813'

red 120 ◦ green 40 ◦ blue 19

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

Shades of Pueblo #782813

Tints of Pueblo #782813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 67.04%
G = 22.35%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#782813 (or 0x782813) is known color: Pueblo. HEX triplet: 78, 28 and 13. RGB value is (120,40,19). Sum of RGB (Red+Green+Blue) = 120+40+19=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #782813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782813 is #87D7EC. Grayscale: #3D3D3D. Windows color (decimal): -8902637 or 1255544. OLE color: 1255544.

HSL color Cylindrical-coordinate representation of color #782813: hue angle of 12.48º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #782813 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 40 19 -
CMYK 0 0.67 0.84 0.53
HSL 12.48º 0.73% 0.27% -
HSV(B) 12.48º 0.84% 0.47% -
XYZ 8.62 5.56 1.23 -
YUV 61.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 120 40 19 0 0.67 0.84 0.53 12.48 0.73 0.27
Hex 78 28 13 0 43 54 35 C 49 1B
Octal 170 50 23 0 103 124 65 14 111 33
Binary 1111000 101000 10011 0 1000011 1010100 110101 1100 1001001 11011

Color Harmonies of #782813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782813

Black with #782813

Text Example


Text Example

White with #782813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782813; }

 p { color: rgb(120,40,19); }

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

background-color css

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

 a { background-color: rgb(120,40,19); }

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

border-color css

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

 span { border-color: rgb(120,40,19); }

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