Html Css Color HEX #78271B Pueblo

📋 copy color: '#78271B'

red 120 ◦ green 39 ◦ blue 27

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

Shades of Pueblo #78271B

Tints of Pueblo #78271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.97%

 BLUE value IS 27 (10.94% from 255) = 14.52%

R = 64.52%
G = 20.97%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78271B (or 0x78271B) is known color: Pueblo. HEX triplet: 78, 27 and 1B. RGB value is (120,39,27). Sum of RGB (Red+Green+Blue) = 120+39+27=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78271B is #87D8E4. Grayscale: #3D3D3D. Windows color (decimal): -8902885 or 1779576. OLE color: 1779576.

HSL color Cylindrical-coordinate representation of color #78271B: hue angle of 7.74º degrees, saturation: 0.63, 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 #78271B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 39 27 -
CMYK 0 0.67 0.78 0.53
HSL 7.74º 0.63% 0.29% -
HSV(B) 7.74º 0.78% 0.47% -
XYZ 8.67 5.52 1.65 -
YUV 61.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 120 39 27 0 0.67 0.78 0.53 7.74 0.63 0.29
Hex 78 27 1B 0 43 4E 35 8 3F 1D
Octal 170 47 33 0 103 116 65 10 77 35
Binary 1111000 100111 11011 0 1000011 1001110 110101 1000 111111 11101

Color Harmonies of #78271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78271B

Black with #78271B

Text Example


Text Example

White with #78271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78271B; }

 p { color: rgb(120,39,27); }

 H1.HeaderClassName
 {
   color: #78271B;
 }
 .AnyTagClassName
 {
   color: #78271B;
 }
</style>

background-color css

<style>
 a { background-color: #78271B; }

 a { background-color: rgb(120,39,27); }

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

border-color css

<style>
 span { border-color: #78271B; }

 span { border-color: rgb(120,39,27); }

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