Html Css Color HEX #76281A Pueblo

📋 copy color: '#76281A'

red 118 ◦ green 40 ◦ blue 26

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

Shades of Pueblo #76281A

Tints of Pueblo #76281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 64.13%
G = 21.74%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76281A (or 0x76281A) is known color: Pueblo. HEX triplet: 76, 28 and 1A. RGB value is (118,40,26). Sum of RGB (Red+Green+Blue) = 118+40+26=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76281A is #89D7E5. Grayscale: #3D3D3D. Windows color (decimal): -9033702 or 1714294. OLE color: 1714294.

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

Color convert

RGB 118 40 26 -
CMYK 0 0.66 0.78 0.54
HSL 9.13º 0.64% 0.28% -
HSV(B) 9.13º 0.78% 0.46% -
XYZ 8.42 5.44 1.58 -
YUV 61.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 118 40 26 0 0.66 0.78 0.54 9.13 0.64 0.28
Hex 76 28 1A 0 42 4E 36 9 40 1C
Octal 166 50 32 0 102 116 66 11 100 34
Binary 1110110 101000 11010 0 1000010 1001110 110110 1001 1000000 11100

Color Harmonies of #76281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76281A

Black with #76281A

Text Example


Text Example

White with #76281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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