Html Css Color HEX #772B1C Pueblo

📋 copy color: '#772B1C'

red 119 ◦ green 43 ◦ blue 28

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

Shades of Pueblo #772B1C

Tints of Pueblo #772B1C

RGB

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

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

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

R = 62.63%
G = 22.63%
B = 14.74%

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

#772B1C (or 0x772B1C) is known color: Pueblo. HEX triplet: 77, 2B and 1C. RGB value is (119,43,28). Sum of RGB (Red+Green+Blue) = 119+43+28=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #772B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B1C is #88D4E3. Grayscale: #404040. Windows color (decimal): -8967396 or 1846135. OLE color: 1846135.

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

Color convert

RGB 119 43 28 -
CMYK 0 0.64 0.76 0.53
HSL 9.89º 0.62% 0.29% -
HSV(B) 9.89º 0.76% 0.47% -
XYZ 8.68 5.73 1.75 -
YUV 64.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 119 43 28 0 0.64 0.76 0.53 9.89 0.62 0.29
Hex 77 2B 1C 0 40 4C 35 A 3E 1D
Octal 167 53 34 0 100 114 65 12 76 35
Binary 1110111 101011 11100 0 1000000 1001100 110101 1010 111110 11101

Color Harmonies of #772B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B1C

Black with #772B1C

Text Example


Text Example

White with #772B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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