Html Css Color HEX #762E1A Pueblo

📋 copy color: '#762E1A'

red 118 ◦ green 46 ◦ blue 26

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

Shades of Pueblo #762E1A

Tints of Pueblo #762E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.21%

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

R = 62.11%
G = 24.21%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#762E1A (or 0x762E1A) is known color: Pueblo. HEX triplet: 76, 2E and 1A. RGB value is (118,46,26). Sum of RGB (Red+Green+Blue) = 118+46+26=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1A is #89D1E5. Grayscale: #414141. Windows color (decimal): -9032166 or 1715830. OLE color: 1715830.

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

Color convert

RGB 118 46 26 -
CMYK 0 0.61 0.78 0.54
HSL 13.04º 0.64% 0.28% -
HSV(B) 13.04º 0.78% 0.46% -
XYZ 8.63 5.88 1.66 -
YUV 65.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 118 46 26 0 0.61 0.78 0.54 13.04 0.64 0.28
Hex 76 2E 1A 0 3D 4E 36 D 40 1C
Octal 166 56 32 0 75 116 66 15 100 34
Binary 1110110 101110 11010 0 111101 1001110 110110 1101 1000000 11100

Color Harmonies of #762E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E1A

Black with #762E1A

Text Example


Text Example

White with #762E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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