Html Css Color HEX #76291A Pueblo

📋 copy color: '#76291A'

red 118 ◦ green 41 ◦ blue 26

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

Shades of Pueblo #76291A

Tints of Pueblo #76291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 63.78%
G = 22.16%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76291A (or 0x76291A) is known color: Pueblo. HEX triplet: 76, 29 and 1A. RGB value is (118,41,26). Sum of RGB (Red+Green+Blue) = 118+41+26=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291A is #89D6E5. Grayscale: #3E3E3E. Windows color (decimal): -9033446 or 1714550. OLE color: 1714550.

HSL color Cylindrical-coordinate representation of color #76291A: hue angle of 9.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76291A is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 26 -
CMYK 0 0.65 0.78 0.54
HSL 9.78º 0.64% 0.28% -
HSV(B) 9.78º 0.78% 0.46% -
XYZ 8.45 5.51 1.6 -
YUV 62.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 118 41 26 0 0.65 0.78 0.54 9.78 0.64 0.28
Hex 76 29 1A 0 41 4E 36 A 40 1C
Octal 166 51 32 0 101 116 66 12 100 34
Binary 1110110 101001 11010 0 1000001 1001110 110110 1010 1000000 11100

Color Harmonies of #76291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76291A

Black with #76291A

Text Example


Text Example

White with #76291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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