Html Css Color HEX #762A18 Pueblo

📋 copy color: '#762A18'

red 118 ◦ green 42 ◦ blue 24

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

Shades of Pueblo #762A18

Tints of Pueblo #762A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 64.13%
G = 22.83%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#762A18 (or 0x762A18) is known color: Pueblo. HEX triplet: 76, 2A and 18. RGB value is (118,42,24). Sum of RGB (Red+Green+Blue) = 118+42+24=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #762A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A18 is #89D5E7. Grayscale: #3E3E3E. Windows color (decimal): -9033192 or 1583734. OLE color: 1583734.

HSL color Cylindrical-coordinate representation of color #762A18: hue angle of 11.49º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762A18 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 42 24 -
CMYK 0 0.64 0.80 0.54
HSL 11.49º 0.66% 0.28% -
HSV(B) 11.49º 0.8% 0.46% -
XYZ 8.46 5.57 1.49 -
YUV 62.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 118 42 24 0 0.64 0.80 0.54 11.49 0.66 0.28
Hex 76 2A 18 0 40 50 36 B 42 1C
Octal 166 52 30 0 100 120 66 13 102 34
Binary 1110110 101010 11000 0 1000000 1010000 110110 1011 1000010 11100

Color Harmonies of #762A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A18

Black with #762A18

Text Example


Text Example

White with #762A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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