Html Css Color HEX #78311C Pueblo

📋 copy color: '#78311C'

red 120 ◦ green 49 ◦ blue 28

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

Shades of Pueblo #78311C

Tints of Pueblo #78311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

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

R = 60.91%
G = 24.87%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78311C (or 0x78311C) is known color: Pueblo. HEX triplet: 78, 31 and 1C. RGB value is (120,49,28). Sum of RGB (Red+Green+Blue) = 120+49+28=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78311C is #87CEE3. Grayscale: #434343. Windows color (decimal): -8900324 or 1847672. OLE color: 1847672.

HSL color Cylindrical-coordinate representation of color #78311C: hue angle of 13.7º 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 #78311C is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 28 -
CMYK 0 0.59 0.77 0.53
HSL 13.7º 0.62% 0.29% -
HSV(B) 13.7º 0.77% 0.47% -
XYZ 9.05 6.27 1.83 -
YUV 67.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 120 49 28 0 0.59 0.77 0.53 13.7 0.62 0.29
Hex 78 31 1C 0 3B 4D 35 E 3E 1D
Octal 170 61 34 0 73 115 65 16 76 35
Binary 1111000 110001 11100 0 111011 1001101 110101 1110 111110 11101

Color Harmonies of #78311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78311C

Black with #78311C

Text Example


Text Example

White with #78311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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