Html Css Color HEX #76281E Pueblo

📋 copy color: '#76281E'

red 118 ◦ green 40 ◦ blue 30

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

Shades of Pueblo #76281E

Tints of Pueblo #76281E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 62.77%
G = 21.28%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76281E (or 0x76281E) is known color: Pueblo. HEX triplet: 76, 28 and 1E. RGB value is (118,40,30). Sum of RGB (Red+Green+Blue) = 118+40+30=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76281E is #89D7E1. Grayscale: #3E3E3E. Windows color (decimal): -9033698 or 1976438. OLE color: 1976438.

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

Color convert

RGB 118 40 30 -
CMYK 0 0.66 0.75 0.54
HSL 6.82º 0.59% 0.29% -
HSV(B) 6.82º 0.75% 0.46% -
XYZ 8.46 5.46 1.84 -
YUV 62.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 118 40 30 0 0.66 0.75 0.54 6.82 0.59 0.29
Hex 76 28 1E 0 42 4B 36 7 3B 1D
Octal 166 50 36 0 102 113 66 7 73 35
Binary 1110110 101000 11110 0 1000010 1001011 110110 111 111011 11101

Color Harmonies of #76281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76281E

Black with #76281E

Text Example


Text Example

White with #76281E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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