Html Css Color HEX #77311A Pueblo

📋 copy color: '#77311A'

red 119 ◦ green 49 ◦ blue 26

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

Shades of Pueblo #77311A

Tints of Pueblo #77311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 61.34%
G = 25.26%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77311A (or 0x77311A) is known color: Pueblo. HEX triplet: 77, 31 and 1A. RGB value is (119,49,26). Sum of RGB (Red+Green+Blue) = 119+49+26=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77311A is #88CEE5. Grayscale: #434343. Windows color (decimal): -8965862 or 1716599. OLE color: 1716599.

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

Color convert

RGB 119 49 26 -
CMYK 0 0.59 0.78 0.53
HSL 14.84º 0.64% 0.28% -
HSV(B) 14.84º 0.78% 0.47% -
XYZ 8.89 6.19 1.7 -
YUV 67.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 119 49 26 0 0.59 0.78 0.53 14.84 0.64 0.28
Hex 77 31 1A 0 3B 4E 35 F 40 1C
Octal 167 61 32 0 73 116 65 17 100 34
Binary 1110111 110001 11010 0 111011 1001110 110101 1111 1000000 11100

Color Harmonies of #77311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77311A

Black with #77311A

Text Example


Text Example

White with #77311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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