Html Css Color HEX #772B1A Pueblo

📋 copy color: '#772B1A'

red 119 ◦ green 43 ◦ blue 26

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

Shades of Pueblo #772B1A

Tints of Pueblo #772B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 63.3%
G = 22.87%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#772B1A (or 0x772B1A) is known color: Pueblo. HEX triplet: 77, 2B and 1A. RGB value is (119,43,26). Sum of RGB (Red+Green+Blue) = 119+43+26=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #772B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B1A is #88D4E5. Grayscale: #3F3F3F. Windows color (decimal): -8967398 or 1715063. OLE color: 1715063.

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

Color convert

RGB 119 43 26 -
CMYK 0 0.64 0.78 0.53
HSL 10.97º 0.64% 0.28% -
HSV(B) 10.97º 0.78% 0.47% -
XYZ 8.66 5.72 1.63 -
YUV 63.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 119 43 26 0 0.64 0.78 0.53 10.97 0.64 0.28
Hex 77 2B 1A 0 40 4E 35 B 40 1C
Octal 167 53 32 0 100 116 65 13 100 34
Binary 1110111 101011 11010 0 1000000 1001110 110101 1011 1000000 11100

Color Harmonies of #772B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B1A

Black with #772B1A

Text Example


Text Example

White with #772B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772B1A; }

 p { color: rgb(119,43,26); }

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

background-color css

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

 a { background-color: rgb(119,43,26); }

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

border-color css

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

 span { border-color: rgb(119,43,26); }

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