Html Css Color HEX #78290F Pueblo

📋 copy color: '#78290F'

red 120 ◦ green 41 ◦ blue 15

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

Shades of Pueblo #78290F

Tints of Pueblo #78290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 68.18%
G = 23.3%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78290F (or 0x78290F) is known color: Pueblo. HEX triplet: 78, 29 and 0F. RGB value is (120,41,15). Sum of RGB (Red+Green+Blue) = 120+41+15=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #78290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78290F is #87D6F0. Grayscale: #3D3D3D. Windows color (decimal): -8902385 or 993656. OLE color: 993656.

HSL color Cylindrical-coordinate representation of color #78290F: hue angle of 14.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78290F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 15 -
CMYK 0 0.66 0.87 0.53
HSL 14.86º 0.78% 0.26% -
HSV(B) 14.86º 0.88% 0.47% -
XYZ 8.62 5.61 1.08 -
YUV 61.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 120 41 15 0 0.66 0.87 0.53 14.86 0.78 0.26
Hex 78 29 F 0 42 57 35 F 4E 1A
Octal 170 51 17 0 102 127 65 17 116 32
Binary 1111000 101001 1111 0 1000010 1010111 110101 1111 1001110 11010

Color Harmonies of #78290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78290F

Black with #78290F

Text Example


Text Example

White with #78290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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