Html Css Color HEX #762E23 Pueblo

📋 copy color: '#762E23'

red 118 ◦ green 46 ◦ blue 35

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

Shades of Pueblo #762E23

Tints of Pueblo #762E23

RGB

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

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

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

R = 59.3%
G = 23.12%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#762E23 (or 0x762E23) is known color: Pueblo. HEX triplet: 76, 2E and 23. RGB value is (118,46,35). Sum of RGB (Red+Green+Blue) = 118+46+35=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #762E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E23 is #89D1DC. Grayscale: #424242. Windows color (decimal): -9032157 or 2305654. OLE color: 2305654.

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

Color convert

RGB 118 46 35 -
CMYK 0 0.61 0.70 0.54
HSL 7.95º 0.54% 0.3% -
HSV(B) 7.95º 0.7% 0.46% -
XYZ 8.75 5.93 2.27 -
YUV 66.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 118 46 35 0 0.61 0.70 0.54 7.95 0.54 0.3
Hex 76 2E 23 0 3D 46 36 8 36 1E
Octal 166 56 43 0 75 106 66 10 66 36
Binary 1110110 101110 100011 0 111101 1000110 110110 1000 110110 11110

Color Harmonies of #762E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E23

Black with #762E23

Text Example


Text Example

White with #762E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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