Html Css Color HEX #762C16 Pueblo

📋 copy color: '#762C16'

red 118 ◦ green 44 ◦ blue 22

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

Shades of Pueblo #762C16

Tints of Pueblo #762C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.91%

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

R = 64.13%
G = 23.91%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762C16 (or 0x762C16) is known color: Pueblo. HEX triplet: 76, 2C and 16. RGB value is (118,44,22). Sum of RGB (Red+Green+Blue) = 118+44+22=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #762C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C16 is #89D3E9. Grayscale: #3F3F3F. Windows color (decimal): -9032682 or 1453174. OLE color: 1453174.

HSL color Cylindrical-coordinate representation of color #762C16: hue angle of 13.75º 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 #762C16 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 22 -
CMYK 0 0.63 0.81 0.54
HSL 13.75º 0.69% 0.27% -
HSV(B) 13.75º 0.81% 0.46% -
XYZ 8.52 5.71 1.41 -
YUV 63.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 118 44 22 0 0.63 0.81 0.54 13.75 0.69 0.27
Hex 76 2C 16 0 3F 51 36 E 45 1B
Octal 166 54 26 0 77 121 66 16 105 33
Binary 1110110 101100 10110 0 111111 1010001 110110 1110 1000101 11011

Color Harmonies of #762C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C16

Black with #762C16

Text Example


Text Example

White with #762C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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