Html Css Color HEX #773223 Pueblo

📋 copy color: '#773223'

red 119 ◦ green 50 ◦ blue 35

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

Shades of Pueblo #773223

Tints of Pueblo #773223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 58.33%
G = 24.51%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#773223 (or 0x773223) is known color: Pueblo. HEX triplet: 77, 32 and 23. RGB value is (119,50,35). Sum of RGB (Red+Green+Blue) = 119+50+35=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773223 is #88CDDC. Grayscale: #454545. Windows color (decimal): -8965597 or 2306679. OLE color: 2306679.

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

Color convert

RGB 119 50 35 -
CMYK 0 0.58 0.71 0.53
HSL 10.71º 0.55% 0.3% -
HSV(B) 10.71º 0.71% 0.47% -
XYZ 9.05 6.32 2.33 -
YUV 68.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 119 50 35 0 0.58 0.71 0.53 10.71 0.55 0.3
Hex 77 32 23 0 3A 47 35 B 37 1E
Octal 167 62 43 0 72 107 65 13 67 36
Binary 1110111 110010 100011 0 111010 1000111 110101 1011 110111 11110

Color Harmonies of #773223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773223

Black with #773223

Text Example


Text Example

White with #773223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773223; }

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

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

background-color css

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

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

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

border-color css

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

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

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