Html Css Color HEX #773526 Pueblo

📋 copy color: '#773526'

red 119 ◦ green 53 ◦ blue 38

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

Shades of Pueblo #773526

Tints of Pueblo #773526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 56.67%
G = 25.24%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#773526 (or 0x773526) is known color: Pueblo. HEX triplet: 77, 35 and 26. RGB value is (119,53,38). Sum of RGB (Red+Green+Blue) = 119+53+38=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773526 is #88CAD9. Grayscale: #474747. Windows color (decimal): -8964826 or 2504055. OLE color: 2504055.

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

Color convert

RGB 119 53 38 -
CMYK 0 0.55 0.68 0.53
HSL 11.11º 0.52% 0.31% -
HSV(B) 11.11º 0.68% 0.47% -
XYZ 9.23 6.61 2.62 -
YUV 71.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 119 53 38 0 0.55 0.68 0.53 11.11 0.52 0.31
Hex 77 35 26 0 37 44 35 B 34 1F
Octal 167 65 46 0 67 104 65 13 64 37
Binary 1110111 110101 100110 0 110111 1000100 110101 1011 110100 11111

Color Harmonies of #773526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773526

Black with #773526

Text Example


Text Example

White with #773526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773526; }

 p { color: rgb(119,53,38); }

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

background-color css

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

 a { background-color: rgb(119,53,38); }

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

border-color css

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

 span { border-color: rgb(119,53,38); }

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