Html Css Color HEX #78321C Pueblo

📋 copy color: '#78321C'

red 120 ◦ green 50 ◦ blue 28

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

Shades of Pueblo #78321C

Tints of Pueblo #78321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 60.61%
G = 25.25%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78321C (or 0x78321C) is known color: Pueblo. HEX triplet: 78, 32 and 1C. RGB value is (120,50,28). Sum of RGB (Red+Green+Blue) = 120+50+28=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78321C is #87CDE3. Grayscale: #444444. Windows color (decimal): -8900068 or 1847928. OLE color: 1847928.

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

Color convert

RGB 120 50 28 -
CMYK 0 0.58 0.77 0.53
HSL 14.35º 0.62% 0.29% -
HSV(B) 14.35º 0.77% 0.47% -
XYZ 9.1 6.36 1.85 -
YUV 68.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 120 50 28 0 0.58 0.77 0.53 14.35 0.62 0.29
Hex 78 32 1C 0 3A 4D 35 E 3E 1D
Octal 170 62 34 0 72 115 65 16 76 35
Binary 1111000 110010 11100 0 111010 1001101 110101 1110 111110 11101

Color Harmonies of #78321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78321C

Black with #78321C

Text Example


Text Example

White with #78321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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