Html Css Color HEX #76281C Pueblo

📋 copy color: '#76281C'

red 118 ◦ green 40 ◦ blue 28

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

Shades of Pueblo #76281C

Tints of Pueblo #76281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 63.44%
G = 21.51%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76281C (or 0x76281C) is known color: Pueblo. HEX triplet: 76, 28 and 1C. RGB value is (118,40,28). Sum of RGB (Red+Green+Blue) = 118+40+28=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76281C is #89D7E3. Grayscale: #3E3E3E. Windows color (decimal): -9033700 or 1845366. OLE color: 1845366.

HSL color Cylindrical-coordinate representation of color #76281C: hue angle of 8º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76281C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 28 -
CMYK 0 0.66 0.76 0.54
HSL 0.62% 0.29% -
HSV(B) 0.76% 0.46% -
XYZ 8.44 5.45 1.71 -
YUV 61.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 118 40 28 0 0.66 0.76 0.54 8 0.62 0.29
Hex 76 28 1C 0 42 4C 36 8 3E 1D
Octal 166 50 34 0 102 114 66 10 76 35
Binary 1110110 101000 11100 0 1000010 1001100 110110 1000 111110 11101

Color Harmonies of #76281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76281C

Black with #76281C

Text Example


Text Example

White with #76281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76281C; }

 p { color: rgb(118,40,28); }

 H1.HeaderClassName
 {
   color: #76281C;
 }
 .AnyTagClassName
 {
   color: #76281C;
 }
</style>

background-color css

<style>
 a { background-color: #76281C; }

 a { background-color: rgb(118,40,28); }

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

border-color css

<style>
 span { border-color: #76281C; }

 span { border-color: rgb(118,40,28); }

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