Html Css Color HEX #773328 Pueblo

📋 copy color: '#773328'

red 119 ◦ green 51 ◦ blue 40

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

Shades of Pueblo #773328

Tints of Pueblo #773328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 56.67%
G = 24.29%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#773328 (or 0x773328) is known color: Pueblo. HEX triplet: 77, 33 and 28. RGB value is (119,51,40). Sum of RGB (Red+Green+Blue) = 119+51+40=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773328 is #88CCD7. Grayscale: #464646. Windows color (decimal): -8965336 or 2634615. OLE color: 2634615.

HSL color Cylindrical-coordinate representation of color #773328: hue angle of 8.35º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773328 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 40 -
CMYK 0 0.57 0.66 0.53
HSL 8.35º 0.5% 0.31% -
HSV(B) 8.35º 0.66% 0.47% -
XYZ 9.17 6.44 2.77 -
YUV 70.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 119 51 40 0 0.57 0.66 0.53 8.35 0.5 0.31
Hex 77 33 28 0 39 42 35 8 32 1F
Octal 167 63 50 0 71 102 65 10 62 37
Binary 1110111 110011 101000 0 111001 1000010 110101 1000 110010 11111

Color Harmonies of #773328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773328

Black with #773328

Text Example


Text Example

White with #773328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773328; }

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

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

background-color css

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

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

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

border-color css

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

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

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