Html Css Color HEX #773726 Pueblo

📋 copy color: '#773726'

red 119 ◦ green 55 ◦ blue 38

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

Shades of Pueblo #773726

Tints of Pueblo #773726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

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

R = 56.13%
G = 25.94%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#773726 (or 0x773726) is known color: Pueblo. HEX triplet: 77, 37 and 26. RGB value is (119,55,38). Sum of RGB (Red+Green+Blue) = 119+55+38=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #773726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773726 is #88C8D9. Grayscale: #484848. Windows color (decimal): -8964314 or 2504567. OLE color: 2504567.

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

Color convert

RGB 119 55 38 -
CMYK 0 0.54 0.68 0.53
HSL 12.59º 0.52% 0.31% -
HSV(B) 12.59º 0.68% 0.47% -
XYZ 9.32 6.79 2.65 -
YUV 72.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 119 55 38 0 0.54 0.68 0.53 12.59 0.52 0.31
Hex 77 37 26 0 36 44 35 D 34 1F
Octal 167 67 46 0 66 104 65 15 64 37
Binary 1110111 110111 100110 0 110110 1000100 110101 1101 110100 11111

Color Harmonies of #773726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773726

Black with #773726

Text Example


Text Example

White with #773726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773726; }

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

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

background-color css

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

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

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

border-color css

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

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

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