Html Css Color HEX #773226 Pueblo

📋 copy color: '#773226'

red 119 ◦ green 50 ◦ blue 38

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

Shades of Pueblo #773226

Tints of Pueblo #773226

RGB

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

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

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

R = 57.49%
G = 24.15%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#773226 (or 0x773226) is known color: Pueblo. HEX triplet: 77, 32 and 26. RGB value is (119,50,38). Sum of RGB (Red+Green+Blue) = 119+50+38=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #773226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773226 is #88CDD9. Grayscale: #454545. Windows color (decimal): -8965594 or 2503287. OLE color: 2503287.

HSL color Cylindrical-coordinate representation of color #773226: hue angle of 8.89º 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 #773226 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 38 -
CMYK 0 0.58 0.68 0.53
HSL 8.89º 0.52% 0.31% -
HSV(B) 8.89º 0.68% 0.47% -
XYZ 9.1 6.34 2.58 -
YUV 69.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 119 50 38 0 0.58 0.68 0.53 8.89 0.52 0.31
Hex 77 32 26 0 3A 44 35 9 34 1F
Octal 167 62 46 0 72 104 65 11 64 37
Binary 1110111 110010 100110 0 111010 1000100 110101 1001 110100 11111

Color Harmonies of #773226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773226

Black with #773226

Text Example


Text Example

White with #773226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773226; }

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

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

background-color css

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

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

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

border-color css

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

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

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