Html Css Color HEX #762A16 Pueblo

📋 copy color: '#762A16'

red 118 ◦ green 42 ◦ blue 22

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

Shades of Pueblo #762A16

Tints of Pueblo #762A16

RGB

 RED value IS 118 (46.48% from 255) = 64.84%

 GREEN value IS 42 (16.8% from 255) = 23.08%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 64.84%
G = 23.08%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762A16 (or 0x762A16) is known color: Pueblo. HEX triplet: 76, 2A and 16. RGB value is (118,42,22). Sum of RGB (Red+Green+Blue) = 118+42+22=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #762A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A16 is #89D5E9. Grayscale: #3E3E3E. Windows color (decimal): -9033194 or 1452662. OLE color: 1452662.

HSL color Cylindrical-coordinate representation of color #762A16: hue angle of 12.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762A16 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 42 22 -
CMYK 0 0.64 0.81 0.54
HSL 12.5º 0.69% 0.27% -
HSV(B) 12.5º 0.81% 0.46% -
XYZ 8.44 5.57 1.39 -
YUV 62.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 118 42 22 0 0.64 0.81 0.54 12.5 0.69 0.27
Hex 76 2A 16 0 40 51 36 C 45 1B
Octal 166 52 26 0 100 121 66 14 105 33
Binary 1110110 101010 10110 0 1000000 1010001 110110 1100 1000101 11011

Color Harmonies of #762A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A16

Black with #762A16

Text Example


Text Example

White with #762A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762A16; }

 p { color: rgb(118,42,22); }

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

background-color css

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

 a { background-color: rgb(118,42,22); }

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

border-color css

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

 span { border-color: rgb(118,42,22); }

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