Html Css Color HEX #762916 Pueblo

📋 copy color: '#762916'

red 118 ◦ green 41 ◦ blue 22

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

Shades of Pueblo #762916

Tints of Pueblo #762916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

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

R = 65.19%
G = 22.65%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762916 (or 0x762916) is known color: Pueblo. HEX triplet: 76, 29 and 16. RGB value is (118,41,22). Sum of RGB (Red+Green+Blue) = 118+41+22=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762916 is #89D6E9. Grayscale: #3E3E3E. Windows color (decimal): -9033450 or 1452406. OLE color: 1452406.

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

Color convert

RGB 118 41 22 -
CMYK 0 0.65 0.81 0.54
HSL 11.88º 0.69% 0.27% -
HSV(B) 11.88º 0.81% 0.46% -
XYZ 8.41 5.5 1.38 -
YUV 61.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 118 41 22 0 0.65 0.81 0.54 11.88 0.69 0.27
Hex 76 29 16 0 41 51 36 C 45 1B
Octal 166 51 26 0 101 121 66 14 105 33
Binary 1110110 101001 10110 0 1000001 1010001 110110 1100 1000101 11011

Color Harmonies of #762916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762916

Black with #762916

Text Example


Text Example

White with #762916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762916; }

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

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

background-color css

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

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

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

border-color css

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

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

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