Html Css Color HEX #762E1D Pueblo

📋 copy color: '#762E1D'

red 118 ◦ green 46 ◦ blue 29

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

Shades of Pueblo #762E1D

Tints of Pueblo #762E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.83%

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 61.14%
G = 23.83%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#762E1D (or 0x762E1D) is known color: Pueblo. HEX triplet: 76, 2E and 1D. RGB value is (118,46,29). Sum of RGB (Red+Green+Blue) = 118+46+29=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1D is #89D1E2. Grayscale: #414141. Windows color (decimal): -9032163 or 1912438. OLE color: 1912438.

HSL color Cylindrical-coordinate representation of color #762E1D: hue angle of 11.46º degrees, saturation: 0.61, 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 #762E1D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 29 -
CMYK 0 0.61 0.75 0.54
HSL 11.46º 0.61% 0.29% -
HSV(B) 11.46º 0.75% 0.46% -
XYZ 8.67 5.89 1.84 -
YUV 65.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 118 46 29 0 0.61 0.75 0.54 11.46 0.61 0.29
Hex 76 2E 1D 0 3D 4B 36 B 3D 1D
Octal 166 56 35 0 75 113 66 13 75 35
Binary 1110110 101110 11101 0 111101 1001011 110110 1011 111101 11101

Color Harmonies of #762E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E1D

Black with #762E1D

Text Example


Text Example

White with #762E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,46,29); }

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

background-color css

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

 a { background-color: rgb(118,46,29); }

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

border-color css

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

 span { border-color: rgb(118,46,29); }

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