Html Css Color HEX #772A1A Pueblo

📋 copy color: '#772A1A'

red 119 ◦ green 42 ◦ blue 26

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

Shades of Pueblo #772A1A

Tints of Pueblo #772A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

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

R = 63.64%
G = 22.46%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#772A1A (or 0x772A1A) is known color: Pueblo. HEX triplet: 77, 2A and 1A. RGB value is (119,42,26). Sum of RGB (Red+Green+Blue) = 119+42+26=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #772A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A1A is #88D5E5. Grayscale: #3F3F3F. Windows color (decimal): -8967654 or 1714807. OLE color: 1714807.

HSL color Cylindrical-coordinate representation of color #772A1A: hue angle of 10.32º 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 #772A1A is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 26 -
CMYK 0 0.65 0.78 0.53
HSL 10.32º 0.64% 0.28% -
HSV(B) 10.32º 0.78% 0.47% -
XYZ 8.62 5.65 1.61 -
YUV 63.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 119 42 26 0 0.65 0.78 0.53 10.32 0.64 0.28
Hex 77 2A 1A 0 41 4E 35 A 40 1C
Octal 167 52 32 0 101 116 65 12 100 34
Binary 1110111 101010 11010 0 1000001 1001110 110101 1010 1000000 11100

Color Harmonies of #772A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A1A

Black with #772A1A

Text Example


Text Example

White with #772A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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