Html Css Color HEX #76493F Bole

📋 copy color: '#76493F'

red 118 ◦ green 73 ◦ blue 63

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

Shades of Bole #76493F

Tints of Bole #76493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 46.46%
G = 28.74%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76493F (or 0x76493F) is known color: Bole. HEX triplet: 76, 49 and 3F. RGB value is (118,73,63). Sum of RGB (Red+Green+Blue) = 118+73+63=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #76493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76493F is #89B6C0. Grayscale: #555555. Windows color (decimal): -9025217 or 4147574. OLE color: 4147574.

HSL color Cylindrical-coordinate representation of color #76493F: hue angle of 10.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76493F is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 63 -
CMYK 0 0.38 0.47 0.54
HSL 10.91º 0.3% 0.35% -
HSV(B) 10.91º 0.47% 0.46% -
XYZ 10.75 8.98 5.87 -
YUV 85.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 118 73 63 0 0.38 0.47 0.54 10.91 0.3 0.35
Hex 76 49 3F 0 26 2F 36 B 1E 23
Octal 166 111 77 0 46 57 66 13 36 43
Binary 1110110 1001001 111111 0 100110 101111 110110 1011 11110 100011

Color Harmonies of #76493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76493F

Black with #76493F

Text Example


Text Example

White with #76493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76493F; }

 p { color: rgb(118,73,63); }

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

background-color css

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

 a { background-color: rgb(118,73,63); }

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

border-color css

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

 span { border-color: rgb(118,73,63); }

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