Html Css Color HEX #76271A Pueblo

📋 copy color: '#76271A'

red 118 ◦ green 39 ◦ blue 26

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

Shades of Pueblo #76271A

Tints of Pueblo #76271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

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

R = 64.48%
G = 21.31%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76271A (or 0x76271A) is known color: Pueblo. HEX triplet: 76, 27 and 1A. RGB value is (118,39,26). Sum of RGB (Red+Green+Blue) = 118+39+26=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76271A is #89D8E5. Grayscale: #3D3D3D. Windows color (decimal): -9033958 or 1714038. OLE color: 1714038.

HSL color Cylindrical-coordinate representation of color #76271A: hue angle of 8.48º 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 #76271A is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 26 -
CMYK 0 0.67 0.78 0.54
HSL 8.48º 0.64% 0.28% -
HSV(B) 8.48º 0.78% 0.46% -
XYZ 8.38 5.38 1.57 -
YUV 61.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 118 39 26 0 0.67 0.78 0.54 8.48 0.64 0.28
Hex 76 27 1A 0 43 4E 36 8 40 1C
Octal 166 47 32 0 103 116 66 10 100 34
Binary 1110110 100111 11010 0 1000011 1001110 110110 1000 1000000 11100

Color Harmonies of #76271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76271A

Black with #76271A

Text Example


Text Example

White with #76271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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