Html Css Color HEX #76281B Pueblo

📋 copy color: '#76281B'

red 118 ◦ green 40 ◦ blue 27

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

Shades of Pueblo #76281B

Tints of Pueblo #76281B

RGB

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

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

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

R = 63.78%
G = 21.62%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76281B (or 0x76281B) is known color: Pueblo. HEX triplet: 76, 28 and 1B. RGB value is (118,40,27). Sum of RGB (Red+Green+Blue) = 118+40+27=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76281B is #89D7E4. Grayscale: #3D3D3D. Windows color (decimal): -9033701 or 1779830. OLE color: 1779830.

HSL color Cylindrical-coordinate representation of color #76281B: hue angle of 8.57º 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 #76281B is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 27 -
CMYK 0 0.66 0.77 0.54
HSL 8.57º 0.63% 0.28% -
HSV(B) 8.57º 0.77% 0.46% -
XYZ 8.43 5.45 1.64 -
YUV 61.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 118 40 27 0 0.66 0.77 0.54 8.57 0.63 0.28
Hex 76 28 1B 0 42 4D 36 9 3F 1C
Octal 166 50 33 0 102 115 66 11 77 34
Binary 1110110 101000 11011 0 1000010 1001101 110110 1001 111111 11100

Color Harmonies of #76281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76281B

Black with #76281B

Text Example


Text Example

White with #76281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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