Html Css Color HEX #762A1C Pueblo

📋 copy color: '#762A1C'

red 118 ◦ green 42 ◦ blue 28

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

Shades of Pueblo #762A1C

Tints of Pueblo #762A1C

RGB

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

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

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

R = 62.77%
G = 22.34%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#762A1C (or 0x762A1C) is known color: Pueblo. HEX triplet: 76, 2A and 1C. RGB value is (118,42,28). Sum of RGB (Red+Green+Blue) = 118+42+28=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1C is #89D5E3. Grayscale: #3F3F3F. Windows color (decimal): -9033188 or 1845878. OLE color: 1845878.

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

Color convert

RGB 118 42 28 -
CMYK 0 0.64 0.76 0.54
HSL 9.33º 0.62% 0.29% -
HSV(B) 9.33º 0.76% 0.46% -
XYZ 8.51 5.59 1.73 -
YUV 63.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 118 42 28 0 0.64 0.76 0.54 9.33 0.62 0.29
Hex 76 2A 1C 0 40 4C 36 9 3E 1D
Octal 166 52 34 0 100 114 66 11 76 35
Binary 1110110 101010 11100 0 1000000 1001100 110110 1001 111110 11101

Color Harmonies of #762A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A1C

Black with #762A1C

Text Example


Text Example

White with #762A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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