Html Css Color HEX #782812 Pueblo

📋 copy color: '#782812'

red 120 ◦ green 40 ◦ blue 18

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

Shades of Pueblo #782812

Tints of Pueblo #782812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 67.42%
G = 22.47%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#782812 (or 0x782812) is known color: Pueblo. HEX triplet: 78, 28 and 12. RGB value is (120,40,18). Sum of RGB (Red+Green+Blue) = 120+40+18=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #782812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782812 is #87D7ED. Grayscale: #3D3D3D. Windows color (decimal): -8902638 or 1190008. OLE color: 1190008.

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

Color convert

RGB 120 40 18 -
CMYK 0 0.67 0.85 0.53
HSL 12.94º 0.74% 0.27% -
HSV(B) 12.94º 0.85% 0.47% -
XYZ 8.61 5.55 1.19 -
YUV 61.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 120 40 18 0 0.67 0.85 0.53 12.94 0.74 0.27
Hex 78 28 12 0 43 55 35 D 4A 1B
Octal 170 50 22 0 103 125 65 15 112 33
Binary 1111000 101000 10010 0 1000011 1010101 110101 1101 1001010 11011

Color Harmonies of #782812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782812

Black with #782812

Text Example


Text Example

White with #782812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782812; }

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

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

background-color css

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

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

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

border-color css

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

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

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