Html Css Color HEX #762A1F Pueblo

📋 copy color: '#762A1F'

red 118 ◦ green 42 ◦ blue 31

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

Shades of Pueblo #762A1F

Tints of Pueblo #762A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.23%

R = 61.78%
G = 21.99%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#762A1F (or 0x762A1F) is known color: Pueblo. HEX triplet: 76, 2A and 1F. RGB value is (118,42,31). Sum of RGB (Red+Green+Blue) = 118+42+31=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1F is #89D5E0. Grayscale: #3F3F3F. Windows color (decimal): -9033185 or 2042486. OLE color: 2042486.

HSL color Cylindrical-coordinate representation of color #762A1F: hue angle of 7.59º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762A1F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 42 31 -
CMYK 0 0.64 0.74 0.54
HSL 7.59º 0.58% 0.29% -
HSV(B) 7.59º 0.74% 0.46% -
XYZ 8.55 5.61 1.93 -
YUV 63.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 118 42 31 0 0.64 0.74 0.54 7.59 0.58 0.29
Hex 76 2A 1F 0 40 4A 36 8 3A 1D
Octal 166 52 37 0 100 112 66 10 72 35
Binary 1110110 101010 11111 0 1000000 1001010 110110 1000 111010 11101

Color Harmonies of #762A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A1F

Black with #762A1F

Text Example


Text Example

White with #762A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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