Html Css Color HEX #773626 Pueblo

📋 copy color: '#773626'

red 119 ◦ green 54 ◦ blue 38

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

Shades of Pueblo #773626

Tints of Pueblo #773626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 56.4%
G = 25.59%
B = 18.01%

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

#773626 (or 0x773626) is known color: Pueblo. HEX triplet: 77, 36 and 26. RGB value is (119,54,38). Sum of RGB (Red+Green+Blue) = 119+54+38=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773626 is #88C9D9. Grayscale: #474747. Windows color (decimal): -8964570 or 2504311. OLE color: 2504311.

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

Color convert

RGB 119 54 38 -
CMYK 0 0.55 0.68 0.53
HSL 11.85º 0.52% 0.31% -
HSV(B) 11.85º 0.68% 0.47% -
XYZ 9.28 6.7 2.64 -
YUV 71.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 119 54 38 0 0.55 0.68 0.53 11.85 0.52 0.31
Hex 77 36 26 0 37 44 35 C 34 1F
Octal 167 66 46 0 67 104 65 14 64 37
Binary 1110111 110110 100110 0 110111 1000100 110101 1100 110100 11111

Color Harmonies of #773626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773626

Black with #773626

Text Example


Text Example

White with #773626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773626; }

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

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

background-color css

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

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

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

border-color css

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

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

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