Html Css Color HEX #78291D Pueblo

📋 copy color: '#78291D'

red 120 ◦ green 41 ◦ blue 29

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

Shades of Pueblo #78291D

Tints of Pueblo #78291D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 63.16%
G = 21.58%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78291D (or 0x78291D) is known color: Pueblo. HEX triplet: 78, 29 and 1D. RGB value is (120,41,29). Sum of RGB (Red+Green+Blue) = 120+41+29=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78291D is #87D6E2. Grayscale: #3F3F3F. Windows color (decimal): -8902371 or 1911160. OLE color: 1911160.

HSL color Cylindrical-coordinate representation of color #78291D: hue angle of 7.91º 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 #78291D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 29 -
CMYK 0 0.66 0.76 0.53
HSL 7.91º 0.61% 0.29% -
HSV(B) 7.91º 0.76% 0.47% -
XYZ 8.76 5.67 1.79 -
YUV 63.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 120 41 29 0 0.66 0.76 0.53 7.91 0.61 0.29
Hex 78 29 1D 0 42 4C 35 8 3D 1D
Octal 170 51 35 0 102 114 65 10 75 35
Binary 1111000 101001 11101 0 1000010 1001100 110101 1000 111101 11101

Color Harmonies of #78291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78291D

Black with #78291D

Text Example


Text Example

White with #78291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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