Html Css Color HEX #772C1B Pueblo

📋 copy color: '#772C1B'

red 119 ◦ green 44 ◦ blue 27

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

Shades of Pueblo #772C1B

Tints of Pueblo #772C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 62.63%
G = 23.16%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#772C1B (or 0x772C1B) is known color: Pueblo. HEX triplet: 77, 2C and 1B. RGB value is (119,44,27). Sum of RGB (Red+Green+Blue) = 119+44+27=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #772C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C1B is #88D3E4. Grayscale: #404040. Windows color (decimal): -8967141 or 1780855. OLE color: 1780855.

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

Color convert

RGB 119 44 27 -
CMYK 0 0.63 0.77 0.53
HSL 11.09º 0.63% 0.29% -
HSV(B) 11.09º 0.77% 0.47% -
XYZ 8.71 5.8 1.7 -
YUV 64.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 119 44 27 0 0.63 0.77 0.53 11.09 0.63 0.29
Hex 77 2C 1B 0 3F 4D 35 B 3F 1D
Octal 167 54 33 0 77 115 65 13 77 35
Binary 1110111 101100 11011 0 111111 1001101 110101 1011 111111 11101

Color Harmonies of #772C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C1B

Black with #772C1B

Text Example


Text Example

White with #772C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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