Html Css Color HEX #77311C Pueblo

📋 copy color: '#77311C'

red 119 ◦ green 49 ◦ blue 28

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

Shades of Pueblo #77311C

Tints of Pueblo #77311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 60.71%
G = 25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77311C (or 0x77311C) is known color: Pueblo. HEX triplet: 77, 31 and 1C. RGB value is (119,49,28). Sum of RGB (Red+Green+Blue) = 119+49+28=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77311C is #88CEE3. Grayscale: #434343. Windows color (decimal): -8965860 or 1847671. OLE color: 1847671.

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

Color convert

RGB 119 49 28 -
CMYK 0 0.59 0.76 0.53
HSL 13.85º 0.62% 0.29% -
HSV(B) 13.85º 0.76% 0.47% -
XYZ 8.92 6.2 1.83 -
YUV 67.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 119 49 28 0 0.59 0.76 0.53 13.85 0.62 0.29
Hex 77 31 1C 0 3B 4C 35 E 3E 1D
Octal 167 61 34 0 73 114 65 16 76 35
Binary 1110111 110001 11100 0 111011 1001100 110101 1110 111110 11101

Color Harmonies of #77311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77311C

Black with #77311C

Text Example


Text Example

White with #77311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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