Html Css Color HEX #78321E Pueblo

📋 copy color: '#78321E'

red 120 ◦ green 50 ◦ blue 30

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

Shades of Pueblo #78321E

Tints of Pueblo #78321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

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

R = 60%
G = 25%
B = 15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78321E (or 0x78321E) is known color: Pueblo. HEX triplet: 78, 32 and 1E. RGB value is (120,50,30). Sum of RGB (Red+Green+Blue) = 120+50+30=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78321E is #87CDE1. Grayscale: #444444. Windows color (decimal): -8900066 or 1979000. OLE color: 1979000.

HSL color Cylindrical-coordinate representation of color #78321E: hue angle of 13.33º 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 #78321E is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 30 -
CMYK 0 0.58 0.75 0.53
HSL 13.33º 0.6% 0.29% -
HSV(B) 13.33º 0.75% 0.47% -
XYZ 9.12 6.37 1.98 -
YUV 68.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 120 50 30 0 0.58 0.75 0.53 13.33 0.6 0.29
Hex 78 32 1E 0 3A 4B 35 D 3C 1D
Octal 170 62 36 0 72 113 65 15 74 35
Binary 1111000 110010 11110 0 111010 1001011 110101 1101 111100 11101

Color Harmonies of #78321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78321E

Black with #78321E

Text Example


Text Example

White with #78321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,50,30); }

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

background-color css

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

 a { background-color: rgb(120,50,30); }

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

border-color css

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

 span { border-color: rgb(120,50,30); }

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