Html Css Color HEX #773826 Pueblo

📋 copy color: '#773826'

red 119 ◦ green 56 ◦ blue 38

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

Shades of Pueblo #773826

Tints of Pueblo #773826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

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

R = 55.87%
G = 26.29%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#773826 (or 0x773826) is known color: Pueblo. HEX triplet: 77, 38 and 26. RGB value is (119,56,38). Sum of RGB (Red+Green+Blue) = 119+56+38=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #773826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773826 is #88C7D9. Grayscale: #484848. Windows color (decimal): -8964058 or 2504823. OLE color: 2504823.

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

Color convert

RGB 119 56 38 -
CMYK 0 0.53 0.68 0.53
HSL 13.33º 0.52% 0.31% -
HSV(B) 13.33º 0.68% 0.47% -
XYZ 9.37 6.89 2.67 -
YUV 72.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 119 56 38 0 0.53 0.68 0.53 13.33 0.52 0.31
Hex 77 38 26 0 35 44 35 D 34 1F
Octal 167 70 46 0 65 104 65 15 64 37
Binary 1110111 111000 100110 0 110101 1000100 110101 1101 110100 11111

Color Harmonies of #773826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773826

Black with #773826

Text Example


Text Example

White with #773826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773826; }

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

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

background-color css

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

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

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

border-color css

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

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

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