Html Css Color HEX #76311D Pueblo

📋 copy color: '#76311D'

red 118 ◦ green 49 ◦ blue 29

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

Shades of Pueblo #76311D

Tints of Pueblo #76311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 60.2%
G = 25%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76311D (or 0x76311D) is known color: Pueblo. HEX triplet: 76, 31 and 1D. RGB value is (118,49,29). Sum of RGB (Red+Green+Blue) = 118+49+29=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76311D is #89CEE2. Grayscale: #434343. Windows color (decimal): -9031395 or 1913206. OLE color: 1913206.

HSL color Cylindrical-coordinate representation of color #76311D: hue angle of 13.48º degrees, saturation: 0.61, 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 #76311D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 29 -
CMYK 0 0.58 0.75 0.54
HSL 13.48º 0.61% 0.29% -
HSV(B) 13.48º 0.75% 0.46% -
XYZ 8.79 6.14 1.88 -
YUV 67.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 118 49 29 0 0.58 0.75 0.54 13.48 0.61 0.29
Hex 76 31 1D 0 3A 4B 36 D 3D 1D
Octal 166 61 35 0 72 113 66 15 75 35
Binary 1110110 110001 11101 0 111010 1001011 110110 1101 111101 11101

Color Harmonies of #76311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76311D

Black with #76311D

Text Example


Text Example

White with #76311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76311D; }

 p { color: rgb(118,49,29); }

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

background-color css

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

 a { background-color: rgb(118,49,29); }

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

border-color css

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

 span { border-color: rgb(118,49,29); }

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