Html Css Color HEX #772910 Pueblo

📋 copy color: '#772910'

red 119 ◦ green 41 ◦ blue 16

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

Shades of Pueblo #772910

Tints of Pueblo #772910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 67.61%
G = 23.3%
B = 9.09%

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

#772910 (or 0x772910) is known color: Pueblo. HEX triplet: 77, 29 and 10. RGB value is (119,41,16). Sum of RGB (Red+Green+Blue) = 119+41+16=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772910 is #88D6EF. Grayscale: #3D3D3D. Windows color (decimal): -8967920 or 1059191. OLE color: 1059191.

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

Color convert

RGB 119 41 16 -
CMYK 0 0.66 0.87 0.53
HSL 14.56º 0.76% 0.26% -
HSV(B) 14.56º 0.87% 0.47% -
XYZ 8.49 5.55 1.11 -
YUV 61.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 119 41 16 0 0.66 0.87 0.53 14.56 0.76 0.26
Hex 77 29 10 0 42 57 35 F 4C 1A
Octal 167 51 20 0 102 127 65 17 114 32
Binary 1110111 101001 10000 0 1000010 1010111 110101 1111 1001100 11010

Color Harmonies of #772910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772910

Black with #772910

Text Example


Text Example

White with #772910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772910; }

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

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

background-color css

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

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

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

border-color css

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

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

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