Html Css Color HEX #76301D Pueblo

📋 copy color: '#76301D'

red 118 ◦ green 48 ◦ blue 29

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

Shades of Pueblo #76301D

Tints of Pueblo #76301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 60.51%
G = 24.62%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76301D (or 0x76301D) is known color: Pueblo. HEX triplet: 76, 30 and 1D. RGB value is (118,48,29). Sum of RGB (Red+Green+Blue) = 118+48+29=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76301D is #89CFE2. Grayscale: #424242. Windows color (decimal): -9031651 or 1912950. OLE color: 1912950.

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

Color convert

RGB 118 48 29 -
CMYK 0 0.59 0.75 0.54
HSL 12.81º 0.61% 0.29% -
HSV(B) 12.81º 0.75% 0.46% -
XYZ 8.75 6.05 1.87 -
YUV 66.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 118 48 29 0 0.59 0.75 0.54 12.81 0.61 0.29
Hex 76 30 1D 0 3B 4B 36 D 3D 1D
Octal 166 60 35 0 73 113 66 15 75 35
Binary 1110110 110000 11101 0 111011 1001011 110110 1101 111101 11101

Color Harmonies of #76301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76301D

Black with #76301D

Text Example


Text Example

White with #76301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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