Html Css Color HEX #763123 Pueblo

📋 copy color: '#763123'

red 118 ◦ green 49 ◦ blue 35

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

Shades of Pueblo #763123

Tints of Pueblo #763123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.26%

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 58.42%
G = 24.26%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#763123 (or 0x763123) is known color: Pueblo. HEX triplet: 76, 31 and 23. RGB value is (118,49,35). Sum of RGB (Red+Green+Blue) = 118+49+35=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #763123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763123 is #89CEDC. Grayscale: #444444. Windows color (decimal): -9031389 or 2306422. OLE color: 2306422.

HSL color Cylindrical-coordinate representation of color #763123: hue angle of 10.12º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763123 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 35 -
CMYK 0 0.58 0.70 0.54
HSL 10.12º 0.54% 0.3% -
HSV(B) 10.12º 0.7% 0.46% -
XYZ 8.87 6.17 2.31 -
YUV 68.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 118 49 35 0 0.58 0.70 0.54 10.12 0.54 0.3
Hex 76 31 23 0 3A 46 36 A 36 1E
Octal 166 61 43 0 72 106 66 12 66 36
Binary 1110110 110001 100011 0 111010 1000110 110110 1010 110110 11110

Color Harmonies of #763123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763123

Black with #763123

Text Example


Text Example

White with #763123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763123; }

 p { color: rgb(118,49,35); }

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

background-color css

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

 a { background-color: rgb(118,49,35); }

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

border-color css

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

 span { border-color: rgb(118,49,35); }

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