Html Css Color HEX #762E1C Pueblo

📋 copy color: '#762E1C'

red 118 ◦ green 46 ◦ blue 28

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

Shades of Pueblo #762E1C

Tints of Pueblo #762E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 61.46%
G = 23.96%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#762E1C (or 0x762E1C) is known color: Pueblo. HEX triplet: 76, 2E and 1C. RGB value is (118,46,28). Sum of RGB (Red+Green+Blue) = 118+46+28=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1C is #89D1E3. Grayscale: #414141. Windows color (decimal): -9032164 or 1846902. OLE color: 1846902.

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

Color convert

RGB 118 46 28 -
CMYK 0 0.61 0.76 0.54
HSL 12º 0.62% 0.29% -
HSV(B) 12º 0.76% 0.46% -
XYZ 8.66 5.89 1.78 -
YUV 65.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 118 46 28 0 0.61 0.76 0.54 12 0.62 0.29
Hex 76 2E 1C 0 3D 4C 36 C 3E 1D
Octal 166 56 34 0 75 114 66 14 76 35
Binary 1110110 101110 11100 0 111101 1001100 110110 1100 111110 11101

Color Harmonies of #762E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E1C

Black with #762E1C

Text Example


Text Example

White with #762E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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