Html Css Color HEX #772B1D Pueblo

📋 copy color: '#772B1D'

red 119 ◦ green 43 ◦ blue 29

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

Shades of Pueblo #772B1D

Tints of Pueblo #772B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

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

R = 62.3%
G = 22.51%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#772B1D (or 0x772B1D) is known color: Pueblo. HEX triplet: 77, 2B and 1D. RGB value is (119,43,29). Sum of RGB (Red+Green+Blue) = 119+43+29=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #772B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B1D is #88D4E2. Grayscale: #404040. Windows color (decimal): -8967395 or 1911671. OLE color: 1911671.

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

Color convert

RGB 119 43 29 -
CMYK 0 0.64 0.76 0.53
HSL 9.33º 0.61% 0.29% -
HSV(B) 9.33º 0.76% 0.47% -
XYZ 8.69 5.74 1.81 -
YUV 64.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 119 43 29 0 0.64 0.76 0.53 9.33 0.61 0.29
Hex 77 2B 1D 0 40 4C 35 9 3D 1D
Octal 167 53 35 0 100 114 65 11 75 35
Binary 1110111 101011 11101 0 1000000 1001100 110101 1001 111101 11101

Color Harmonies of #772B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B1D

Black with #772B1D

Text Example


Text Example

White with #772B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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