Html Css Color HEX #77331D Pueblo

📋 copy color: '#77331D'

red 119 ◦ green 51 ◦ blue 29

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

Shades of Pueblo #77331D

Tints of Pueblo #77331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 59.8%
G = 25.63%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77331D (or 0x77331D) is known color: Pueblo. HEX triplet: 77, 33 and 1D. RGB value is (119,51,29). Sum of RGB (Red+Green+Blue) = 119+51+29=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77331D is #88CCE2. Grayscale: #444444. Windows color (decimal): -8965347 or 1913719. OLE color: 1913719.

HSL color Cylindrical-coordinate representation of color #77331D: hue angle of 14.67º degrees, saturation: 0.61, 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 #77331D is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 29 -
CMYK 0 0.57 0.76 0.53
HSL 14.67º 0.61% 0.29% -
HSV(B) 14.67º 0.76% 0.47% -
XYZ 9.01 6.38 1.92 -
YUV 68.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 119 51 29 0 0.57 0.76 0.53 14.67 0.61 0.29
Hex 77 33 1D 0 39 4C 35 F 3D 1D
Octal 167 63 35 0 71 114 65 17 75 35
Binary 1110111 110011 11101 0 111001 1001100 110101 1111 111101 11101

Color Harmonies of #77331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77331D

Black with #77331D

Text Example


Text Example

White with #77331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77331D; }

 p { color: rgb(119,51,29); }

 H1.HeaderClassName
 {
   color: #77331D;
 }
 .AnyTagClassName
 {
   color: #77331D;
 }
</style>

background-color css

<style>
 a { background-color: #77331D; }

 a { background-color: rgb(119,51,29); }

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

border-color css

<style>
 span { border-color: #77331D; }

 span { border-color: rgb(119,51,29); }

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