Html Css Color HEX #773824 Pueblo

📋 copy color: '#773824'

red 119 ◦ green 56 ◦ blue 36

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

Shades of Pueblo #773824

Tints of Pueblo #773824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 56.4%
G = 26.54%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#773824 (or 0x773824) is known color: Pueblo. HEX triplet: 77, 38 and 24. RGB value is (119,56,36). Sum of RGB (Red+Green+Blue) = 119+56+36=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773824 is #88C7DB. Grayscale: #484848. Windows color (decimal): -8964060 or 2373751. OLE color: 2373751.

HSL color Cylindrical-coordinate representation of color #773824: hue angle of 14.46º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773824 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 36 -
CMYK 0 0.53 0.70 0.53
HSL 14.46º 0.54% 0.3% -
HSV(B) 14.46º 0.7% 0.47% -
XYZ 9.34 6.88 2.5 -
YUV 72.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 119 56 36 0 0.53 0.70 0.53 14.46 0.54 0.3
Hex 77 38 24 0 35 46 35 E 36 1E
Octal 167 70 44 0 65 106 65 16 66 36
Binary 1110111 111000 100100 0 110101 1000110 110101 1110 110110 11110

Color Harmonies of #773824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773824

Black with #773824

Text Example


Text Example

White with #773824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773824; }

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

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

background-color css

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

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

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

border-color css

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

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

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