Html Css Color HEX #76301B Pueblo

📋 copy color: '#76301B'

red 118 ◦ green 48 ◦ blue 27

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

Shades of Pueblo #76301B

Tints of Pueblo #76301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 61.14%
G = 24.87%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76301B (or 0x76301B) is known color: Pueblo. HEX triplet: 76, 30 and 1B. RGB value is (118,48,27). Sum of RGB (Red+Green+Blue) = 118+48+27=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76301B is #89CFE4. Grayscale: #424242. Windows color (decimal): -9031653 or 1781878. OLE color: 1781878.

HSL color Cylindrical-coordinate representation of color #76301B: hue angle of 13.85º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76301B is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 27 -
CMYK 0 0.59 0.77 0.54
HSL 13.85º 0.63% 0.28% -
HSV(B) 13.85º 0.77% 0.46% -
XYZ 8.73 6.04 1.74 -
YUV 66.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 118 48 27 0 0.59 0.77 0.54 13.85 0.63 0.28
Hex 76 30 1B 0 3B 4D 36 E 3F 1C
Octal 166 60 33 0 73 115 66 16 77 34
Binary 1110110 110000 11011 0 111011 1001101 110110 1110 111111 11100

Color Harmonies of #76301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76301B

Black with #76301B

Text Example


Text Example

White with #76301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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