Html Css Color HEX #772913 Pueblo

📋 copy color: '#772913'

red 119 ◦ green 41 ◦ blue 19

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

Shades of Pueblo #772913

Tints of Pueblo #772913

RGB

 RED value IS 119 (46.88% from 255) = 66.48%

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

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 66.48%
G = 22.91%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#772913 (or 0x772913) is known color: Pueblo. HEX triplet: 77, 29 and 13. RGB value is (119,41,19). Sum of RGB (Red+Green+Blue) = 119+41+19=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #772913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772913 is #88D6EC. Grayscale: #3D3D3D. Windows color (decimal): -8967917 or 1255799. OLE color: 1255799.

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

Color convert

RGB 119 41 19 -
CMYK 0 0.66 0.84 0.53
HSL 13.2º 0.72% 0.27% -
HSV(B) 13.2º 0.84% 0.47% -
XYZ 8.52 5.55 1.24 -
YUV 61.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 119 41 19 0 0.66 0.84 0.53 13.2 0.72 0.27
Hex 77 29 13 0 42 54 35 D 48 1B
Octal 167 51 23 0 102 124 65 15 110 33
Binary 1110111 101001 10011 0 1000010 1010100 110101 1101 1001000 11011

Color Harmonies of #772913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772913

Black with #772913

Text Example


Text Example

White with #772913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772913; }

 p { color: rgb(119,41,19); }

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

background-color css

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

 a { background-color: rgb(119,41,19); }

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

border-color css

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

 span { border-color: rgb(119,41,19); }

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