Html Css Color HEX #78321D Pueblo

📋 copy color: '#78321D'

red 120 ◦ green 50 ◦ blue 29

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

Shades of Pueblo #78321D

Tints of Pueblo #78321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 60.3%
G = 25.13%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78321D (or 0x78321D) is known color: Pueblo. HEX triplet: 78, 32 and 1D. RGB value is (120,50,29). Sum of RGB (Red+Green+Blue) = 120+50+29=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78321D is #87CDE2. Grayscale: #444444. Windows color (decimal): -8900067 or 1913464. OLE color: 1913464.

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

Color convert

RGB 120 50 29 -
CMYK 0 0.58 0.76 0.53
HSL 13.85º 0.61% 0.29% -
HSV(B) 13.85º 0.76% 0.47% -
XYZ 9.11 6.36 1.91 -
YUV 68.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 120 50 29 0 0.58 0.76 0.53 13.85 0.61 0.29
Hex 78 32 1D 0 3A 4C 35 E 3D 1D
Octal 170 62 35 0 72 114 65 16 75 35
Binary 1111000 110010 11101 0 111010 1001100 110101 1110 111101 11101

Color Harmonies of #78321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78321D

Black with #78321D

Text Example


Text Example

White with #78321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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