Html Css Color HEX #773622 Pueblo

📋 copy color: '#773622'

red 119 ◦ green 54 ◦ blue 34

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

Shades of Pueblo #773622

Tints of Pueblo #773622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.43%

R = 57.49%
G = 26.09%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#773622 (or 0x773622) is known color: Pueblo. HEX triplet: 77, 36 and 22. RGB value is (119,54,34). Sum of RGB (Red+Green+Blue) = 119+54+34=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #773622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773622 is #88C9DD. Grayscale: #474747. Windows color (decimal): -8964574 or 2242167. OLE color: 2242167.

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

Color convert

RGB 119 54 34 -
CMYK 0 0.55 0.71 0.53
HSL 14.12º 0.56% 0.3% -
HSV(B) 14.12º 0.71% 0.47% -
XYZ 9.22 6.68 2.32 -
YUV 71.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 119 54 34 0 0.55 0.71 0.53 14.12 0.56 0.3
Hex 77 36 22 0 37 47 35 E 38 1E
Octal 167 66 42 0 67 107 65 16 70 36
Binary 1110111 110110 100010 0 110111 1000111 110101 1110 111000 11110

Color Harmonies of #773622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773622

Black with #773622

Text Example


Text Example

White with #773622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773622; }

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

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

background-color css

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

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

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

border-color css

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

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

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