Html Css Color HEX #782719 Pueblo

📋 copy color: '#782719'

red 120 ◦ green 39 ◦ blue 25

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

Shades of Pueblo #782719

Tints of Pueblo #782719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 65.22%
G = 21.2%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#782719 (or 0x782719) is known color: Pueblo. HEX triplet: 78, 27 and 19. RGB value is (120,39,25). Sum of RGB (Red+Green+Blue) = 120+39+25=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #782719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782719 is #87D8E6. Grayscale: #3D3D3D. Windows color (decimal): -8902887 or 1648504. OLE color: 1648504.

HSL color Cylindrical-coordinate representation of color #782719: hue angle of 8.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782719 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 39 25 -
CMYK 0 0.67 0.79 0.53
HSL 8.84º 0.66% 0.28% -
HSV(B) 8.84º 0.79% 0.47% -
XYZ 8.65 5.51 1.53 -
YUV 61.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 120 39 25 0 0.67 0.79 0.53 8.84 0.66 0.28
Hex 78 27 19 0 43 4F 35 9 42 1C
Octal 170 47 31 0 103 117 65 11 102 34
Binary 1111000 100111 11001 0 1000011 1001111 110101 1001 1000010 11100

Color Harmonies of #782719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782719

Black with #782719

Text Example


Text Example

White with #782719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782719; }

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

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

background-color css

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

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

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

border-color css

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

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

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