Html Css Color HEX #78321F Pueblo

📋 copy color: '#78321F'

red 120 ◦ green 50 ◦ blue 31

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

Shades of Pueblo #78321F

Tints of Pueblo #78321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 59.7%
G = 24.88%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#78321F (or 0x78321F) is known color: Pueblo. HEX triplet: 78, 32 and 1F. RGB value is (120,50,31). Sum of RGB (Red+Green+Blue) = 120+50+31=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78321F is #87CDE0. Grayscale: #444444. Windows color (decimal): -8900065 or 2044536. OLE color: 2044536.

HSL color Cylindrical-coordinate representation of color #78321F: hue angle of 12.81º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78321F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 31 -
CMYK 0 0.58 0.74 0.53
HSL 12.81º 0.59% 0.3% -
HSV(B) 12.81º 0.74% 0.47% -
XYZ 9.13 6.37 2.05 -
YUV 68.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 120 50 31 0 0.58 0.74 0.53 12.81 0.59 0.3
Hex 78 32 1F 0 3A 4A 35 D 3B 1E
Octal 170 62 37 0 72 112 65 15 73 36
Binary 1111000 110010 11111 0 111010 1001010 110101 1101 111011 11110

Color Harmonies of #78321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78321F

Black with #78321F

Text Example


Text Example

White with #78321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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