Html Css Color HEX #76463A Bole

📋 copy color: '#76463A'

red 118 ◦ green 70 ◦ blue 58

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

Shades of Bole #76463A

Tints of Bole #76463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 47.97%
G = 28.46%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76463A (or 0x76463A) is known color: Bole. HEX triplet: 76, 46 and 3A. RGB value is (118,70,58). Sum of RGB (Red+Green+Blue) = 118+70+58=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76463A is #89B9C5. Grayscale: #535353. Windows color (decimal): -9025990 or 3819126. OLE color: 3819126.

HSL color Cylindrical-coordinate representation of color #76463A: hue angle of 12º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76463A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 58 -
CMYK 0 0.41 0.51 0.54
HSL 12º 0.34% 0.35% -
HSV(B) 12º 0.51% 0.46% -
XYZ 10.43 8.54 5.1 -
YUV 82.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 118 70 58 0 0.41 0.51 0.54 12 0.34 0.35
Hex 76 46 3A 0 29 33 36 C 22 23
Octal 166 106 72 0 51 63 66 14 42 43
Binary 1110110 1000110 111010 0 101001 110011 110110 1100 100010 100011

Color Harmonies of #76463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76463A

Black with #76463A

Text Example


Text Example

White with #76463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76463A; }

 p { color: rgb(118,70,58); }

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

background-color css

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

 a { background-color: rgb(118,70,58); }

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

border-color css

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

 span { border-color: rgb(118,70,58); }

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