Html Css Color HEX #76291E Pueblo

📋 copy color: '#76291E'

red 118 ◦ green 41 ◦ blue 30

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

Shades of Pueblo #76291E

Tints of Pueblo #76291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.87%

R = 62.43%
G = 21.69%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76291E (or 0x76291E) is known color: Pueblo. HEX triplet: 76, 29 and 1E. RGB value is (118,41,30). Sum of RGB (Red+Green+Blue) = 118+41+30=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #76291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76291E is #89D6E1. Grayscale: #3E3E3E. Windows color (decimal): -9033442 or 1976694. OLE color: 1976694.

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

Color convert

RGB 118 41 30 -
CMYK 0 0.65 0.75 0.54
HSL 7.5º 0.59% 0.29% -
HSV(B) 7.5º 0.75% 0.46% -
XYZ 8.5 5.53 1.85 -
YUV 62.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 118 41 30 0 0.65 0.75 0.54 7.5 0.59 0.29
Hex 76 29 1E 0 41 4B 36 8 3B 1D
Octal 166 51 36 0 101 113 66 10 73 35
Binary 1110110 101001 11110 0 1000001 1001011 110110 1000 111011 11101

Color Harmonies of #76291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76291E

Black with #76291E

Text Example


Text Example

White with #76291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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