Html Css Color HEX #762A1E Pueblo

📋 copy color: '#762A1E'

red 118 ◦ green 42 ◦ blue 30

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

Shades of Pueblo #762A1E

Tints of Pueblo #762A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 62.11%
G = 22.11%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#762A1E (or 0x762A1E) is known color: Pueblo. HEX triplet: 76, 2A and 1E. RGB value is (118,42,30). Sum of RGB (Red+Green+Blue) = 118+42+30=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1E is #89D5E1. Grayscale: #3F3F3F. Windows color (decimal): -9033186 or 1976950. OLE color: 1976950.

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

Color convert

RGB 118 42 30 -
CMYK 0 0.64 0.75 0.54
HSL 8.18º 0.59% 0.29% -
HSV(B) 8.18º 0.75% 0.46% -
XYZ 8.53 5.6 1.86 -
YUV 63.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 118 42 30 0 0.64 0.75 0.54 8.18 0.59 0.29
Hex 76 2A 1E 0 40 4B 36 8 3B 1D
Octal 166 52 36 0 100 113 66 10 73 35
Binary 1110110 101010 11110 0 1000000 1001011 110110 1000 111011 11101

Color Harmonies of #762A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A1E

Black with #762A1E

Text Example


Text Example

White with #762A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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