Html Css Color HEX #773227 Pueblo

📋 copy color: '#773227'

red 119 ◦ green 50 ◦ blue 39

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

Shades of Pueblo #773227

Tints of Pueblo #773227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 57.21%
G = 24.04%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#773227 (or 0x773227) is known color: Pueblo. HEX triplet: 77, 32 and 27. RGB value is (119,50,39). Sum of RGB (Red+Green+Blue) = 119+50+39=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #773227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773227 is #88CDD8. Grayscale: #454545. Windows color (decimal): -8965593 or 2568823. OLE color: 2568823.

HSL color Cylindrical-coordinate representation of color #773227: hue angle of 8.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773227 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 39 -
CMYK 0 0.58 0.67 0.53
HSL 8.25º 0.51% 0.31% -
HSV(B) 8.25º 0.67% 0.47% -
XYZ 9.11 6.35 2.66 -
YUV 69.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 119 50 39 0 0.58 0.67 0.53 8.25 0.51 0.31
Hex 77 32 27 0 3A 43 35 8 33 1F
Octal 167 62 47 0 72 103 65 10 63 37
Binary 1110111 110010 100111 0 111010 1000011 110101 1000 110011 11111

Color Harmonies of #773227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773227

Black with #773227

Text Example


Text Example

White with #773227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773227; }

 p { color: rgb(119,50,39); }

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

background-color css

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

 a { background-color: rgb(119,50,39); }

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

border-color css

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

 span { border-color: rgb(119,50,39); }

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