Html Css Color HEX #77311E Pueblo

📋 copy color: '#77311E'

red 119 ◦ green 49 ◦ blue 30

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

Shades of Pueblo #77311E

Tints of Pueblo #77311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 60.1%
G = 24.75%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77311E (or 0x77311E) is known color: Pueblo. HEX triplet: 77, 31 and 1E. RGB value is (119,49,30). Sum of RGB (Red+Green+Blue) = 119+49+30=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77311E is #88CEE1. Grayscale: #434343. Windows color (decimal): -8965858 or 1978743. OLE color: 1978743.

HSL color Cylindrical-coordinate representation of color #77311E: hue angle of 12.81º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77311E is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 30 -
CMYK 0 0.59 0.75 0.53
HSL 12.81º 0.6% 0.29% -
HSV(B) 12.81º 0.75% 0.47% -
XYZ 8.94 6.21 1.96 -
YUV 67.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 119 49 30 0 0.59 0.75 0.53 12.81 0.6 0.29
Hex 77 31 1E 0 3B 4B 35 D 3C 1D
Octal 167 61 36 0 73 113 65 15 74 35
Binary 1110111 110001 11110 0 111011 1001011 110101 1101 111100 11101

Color Harmonies of #77311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77311E

Black with #77311E

Text Example


Text Example

White with #77311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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