Html Css Color HEX #772A1B Pueblo

📋 copy color: '#772A1B'

red 119 ◦ green 42 ◦ blue 27

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

Shades of Pueblo #772A1B

Tints of Pueblo #772A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.34%

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 63.3%
G = 22.34%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#772A1B (or 0x772A1B) is known color: Pueblo. HEX triplet: 77, 2A and 1B. RGB value is (119,42,27). Sum of RGB (Red+Green+Blue) = 119+42+27=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #772A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A1B is #88D5E4. Grayscale: #3F3F3F. Windows color (decimal): -8967653 or 1780343. OLE color: 1780343.

HSL color Cylindrical-coordinate representation of color #772A1B: hue angle of 9.78º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772A1B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 27 -
CMYK 0 0.65 0.77 0.53
HSL 9.78º 0.63% 0.29% -
HSV(B) 9.78º 0.77% 0.47% -
XYZ 8.63 5.66 1.67 -
YUV 63.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 119 42 27 0 0.65 0.77 0.53 9.78 0.63 0.29
Hex 77 2A 1B 0 41 4D 35 A 3F 1D
Octal 167 52 33 0 101 115 65 12 77 35
Binary 1110111 101010 11011 0 1000001 1001101 110101 1010 111111 11101

Color Harmonies of #772A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A1B

Black with #772A1B

Text Example


Text Example

White with #772A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,42,27); }

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

background-color css

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

 a { background-color: rgb(119,42,27); }

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

border-color css

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

 span { border-color: rgb(119,42,27); }

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