Html Css Color HEX #773628 Pueblo

📋 copy color: '#773628'

red 119 ◦ green 54 ◦ blue 40

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

Shades of Pueblo #773628

Tints of Pueblo #773628

RGB

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

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

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

R = 55.87%
G = 25.35%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#773628 (or 0x773628) is known color: Pueblo. HEX triplet: 77, 36 and 28. RGB value is (119,54,40). Sum of RGB (Red+Green+Blue) = 119+54+40=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #773628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773628 is #88C9D7. Grayscale: #474747. Windows color (decimal): -8964568 or 2635383. OLE color: 2635383.

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

Color convert

RGB 119 54 40 -
CMYK 0 0.55 0.66 0.53
HSL 10.63º 0.5% 0.31% -
HSV(B) 10.63º 0.66% 0.47% -
XYZ 9.31 6.71 2.81 -
YUV 71.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 119 54 40 0 0.55 0.66 0.53 10.63 0.5 0.31
Hex 77 36 28 0 37 42 35 B 32 1F
Octal 167 66 50 0 67 102 65 13 62 37
Binary 1110111 110110 101000 0 110111 1000010 110101 1011 110010 11111

Color Harmonies of #773628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773628

Black with #773628

Text Example


Text Example

White with #773628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773628; }

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

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

background-color css

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

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

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

border-color css

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

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

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