Html Css Color HEX #76473A Bole

📋 copy color: '#76473A'

red 118 ◦ green 71 ◦ blue 58

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

Shades of Bole #76473A

Tints of Bole #76473A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 47.77%
G = 28.74%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76473A (or 0x76473A) is known color: Bole. HEX triplet: 76, 47 and 3A. RGB value is (118,71,58). Sum of RGB (Red+Green+Blue) = 118+71+58=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76473A is #89B8C5. Grayscale: #535353. Windows color (decimal): -9025734 or 3819382. OLE color: 3819382.

HSL color Cylindrical-coordinate representation of color #76473A: hue angle of 13º 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 #76473A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 58 -
CMYK 0 0.40 0.51 0.54
HSL 13º 0.34% 0.35% -
HSV(B) 13º 0.51% 0.46% -
XYZ 10.49 8.66 5.12 -
YUV 83.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 118 71 58 0 0.40 0.51 0.54 13 0.34 0.35
Hex 76 47 3A 0 28 33 36 D 22 23
Octal 166 107 72 0 50 63 66 15 42 43
Binary 1110110 1000111 111010 0 101000 110011 110110 1101 100010 100011

Color Harmonies of #76473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76473A

Black with #76473A

Text Example


Text Example

White with #76473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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