Html Css Color HEX #762A1A Pueblo

📋 copy color: '#762A1A'

red 118 ◦ green 42 ◦ blue 26

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

Shades of Pueblo #762A1A

Tints of Pueblo #762A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.58%

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

R = 63.44%
G = 22.58%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#762A1A (or 0x762A1A) is known color: Pueblo. HEX triplet: 76, 2A and 1A. RGB value is (118,42,26). Sum of RGB (Red+Green+Blue) = 118+42+26=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1A is #89D5E5. Grayscale: #3F3F3F. Windows color (decimal): -9033190 or 1714806. OLE color: 1714806.

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

Color convert

RGB 118 42 26 -
CMYK 0 0.64 0.78 0.54
HSL 10.43º 0.64% 0.28% -
HSV(B) 10.43º 0.78% 0.46% -
XYZ 8.49 5.58 1.61 -
YUV 62.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 118 42 26 0 0.64 0.78 0.54 10.43 0.64 0.28
Hex 76 2A 1A 0 40 4E 36 A 40 1C
Octal 166 52 32 0 100 116 66 12 100 34
Binary 1110110 101010 11010 0 1000000 1001110 110110 1010 1000000 11100

Color Harmonies of #762A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A1A

Black with #762A1A

Text Example


Text Example

White with #762A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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