Html Css Color HEX #76261C Pueblo

📋 copy color: '#76261C'

red 118 ◦ green 38 ◦ blue 28

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

Shades of Pueblo #76261C

Tints of Pueblo #76261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 64.13%
G = 20.65%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76261C (or 0x76261C) is known color: Pueblo. HEX triplet: 76, 26 and 1C. RGB value is (118,38,28). Sum of RGB (Red+Green+Blue) = 118+38+28=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76261C is #89D9E3. Grayscale: #3C3C3C. Windows color (decimal): -9034212 or 1844854. OLE color: 1844854.

HSL color Cylindrical-coordinate representation of color #76261C: hue angle of 6.67º 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 #76261C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 28 -
CMYK 0 0.68 0.76 0.54
HSL 6.67º 0.62% 0.29% -
HSV(B) 6.67º 0.76% 0.46% -
XYZ 8.37 5.32 1.68 -
YUV 60.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 118 38 28 0 0.68 0.76 0.54 6.67 0.62 0.29
Hex 76 26 1C 0 44 4C 36 7 3E 1D
Octal 166 46 34 0 104 114 66 7 76 35
Binary 1110110 100110 11100 0 1000100 1001100 110110 111 111110 11101

Color Harmonies of #76261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76261C

Black with #76261C

Text Example


Text Example

White with #76261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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