Html Css Color HEX #773326 Pueblo

📋 copy color: '#773326'

red 119 ◦ green 51 ◦ blue 38

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

Shades of Pueblo #773326

Tints of Pueblo #773326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 57.21%
G = 24.52%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#773326 (or 0x773326) is known color: Pueblo. HEX triplet: 77, 33 and 26. RGB value is (119,51,38). Sum of RGB (Red+Green+Blue) = 119+51+38=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #773326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773326 is #88CCD9. Grayscale: #454545. Windows color (decimal): -8965338 or 2503543. OLE color: 2503543.

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

Color convert

RGB 119 51 38 -
CMYK 0 0.57 0.68 0.53
HSL 9.63º 0.52% 0.31% -
HSV(B) 9.63º 0.68% 0.47% -
XYZ 9.14 6.43 2.59 -
YUV 69.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 119 51 38 0 0.57 0.68 0.53 9.63 0.52 0.31
Hex 77 33 26 0 39 44 35 A 34 1F
Octal 167 63 46 0 71 104 65 12 64 37
Binary 1110111 110011 100110 0 111001 1000100 110101 1010 110100 11111

Color Harmonies of #773326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773326

Black with #773326

Text Example


Text Example

White with #773326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773326; }

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

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

background-color css

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

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

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

border-color css

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

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

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