Html Css Color HEX #773225 Pueblo

📋 copy color: '#773225'

red 119 ◦ green 50 ◦ blue 37

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

Shades of Pueblo #773225

Tints of Pueblo #773225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.96%

R = 57.77%
G = 24.27%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#773225 (or 0x773225) is known color: Pueblo. HEX triplet: 77, 32 and 25. RGB value is (119,50,37). Sum of RGB (Red+Green+Blue) = 119+50+37=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #773225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773225 is #88CDDA. Grayscale: #454545. Windows color (decimal): -8965595 or 2437751. OLE color: 2437751.

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

Color convert

RGB 119 50 37 -
CMYK 0 0.58 0.69 0.53
HSL 9.51º 0.53% 0.31% -
HSV(B) 9.51º 0.69% 0.47% -
XYZ 9.08 6.34 2.49 -
YUV 69.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 119 50 37 0 0.58 0.69 0.53 9.51 0.53 0.31
Hex 77 32 25 0 3A 45 35 A 35 1F
Octal 167 62 45 0 72 105 65 12 65 37
Binary 1110111 110010 100101 0 111010 1000101 110101 1010 110101 11111

Color Harmonies of #773225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773225

Black with #773225

Text Example


Text Example

White with #773225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773225; }

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

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

background-color css

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

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

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

border-color css

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

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

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