Html Css Color HEX #763026 Pueblo

📋 copy color: '#763026'

red 118 ◦ green 48 ◦ blue 38

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

Shades of Pueblo #763026

Tints of Pueblo #763026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 57.84%
G = 23.53%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#763026 (or 0x763026) is known color: Pueblo. HEX triplet: 76, 30 and 26. RGB value is (118,48,38). Sum of RGB (Red+Green+Blue) = 118+48+38=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #763026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763026 is #89CFD9. Grayscale: #434343. Windows color (decimal): -9031642 or 2502774. OLE color: 2502774.

HSL color Cylindrical-coordinate representation of color #763026: hue angle of 7.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763026 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 38 -
CMYK 0 0.59 0.68 0.54
HSL 7.5º 0.51% 0.31% -
HSV(B) 7.5º 0.68% 0.46% -
XYZ 8.88 6.11 2.54 -
YUV 67.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 118 48 38 0 0.59 0.68 0.54 7.5 0.51 0.31
Hex 76 30 26 0 3B 44 36 8 33 1F
Octal 166 60 46 0 73 104 66 10 63 37
Binary 1110110 110000 100110 0 111011 1000100 110110 1000 110011 11111

Color Harmonies of #763026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763026

Black with #763026

Text Example


Text Example

White with #763026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763026; }

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

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

background-color css

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

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

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

border-color css

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

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

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