Html Css Color HEX #782814 Pueblo

📋 copy color: '#782814'

red 120 ◦ green 40 ◦ blue 20

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

Shades of Pueblo #782814

Tints of Pueblo #782814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 66.67%
G = 22.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#782814 (or 0x782814) is known color: Pueblo. HEX triplet: 78, 28 and 14. RGB value is (120,40,20). Sum of RGB (Red+Green+Blue) = 120+40+20=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #782814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782814 is #87D7EB. Grayscale: #3D3D3D. Windows color (decimal): -8902636 or 1321080. OLE color: 1321080.

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

Color convert

RGB 120 40 20 -
CMYK 0 0.67 0.83 0.53
HSL 12º 0.71% 0.27% -
HSV(B) 12º 0.83% 0.47% -
XYZ 8.63 5.56 1.28 -
YUV 61.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 120 40 20 0 0.67 0.83 0.53 12 0.71 0.27
Hex 78 28 14 0 43 53 35 C 47 1B
Octal 170 50 24 0 103 123 65 14 107 33
Binary 1111000 101000 10100 0 1000011 1010011 110101 1100 1000111 11011

Color Harmonies of #782814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782814

Black with #782814

Text Example


Text Example

White with #782814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782814; }

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

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

background-color css

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

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

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

border-color css

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

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

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