Html Css Color HEX #76473C Bole

📋 copy color: '#76473C'

red 118 ◦ green 71 ◦ blue 60

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

Shades of Bole #76473C

Tints of Bole #76473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 47.39%
G = 28.51%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76473C (or 0x76473C) is known color: Bole. HEX triplet: 76, 47 and 3C. RGB value is (118,71,60). Sum of RGB (Red+Green+Blue) = 118+71+60=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76473C is #89B8C3. Grayscale: #535353. Windows color (decimal): -9025732 or 3950454. OLE color: 3950454.

HSL color Cylindrical-coordinate representation of color #76473C: hue angle of 11.38º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76473C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 60 -
CMYK 0 0.40 0.49 0.54
HSL 11.38º 0.33% 0.35% -
HSV(B) 11.38º 0.49% 0.46% -
XYZ 10.54 8.68 5.4 -
YUV 83.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 118 71 60 0 0.40 0.49 0.54 11.38 0.33 0.35
Hex 76 47 3C 0 28 31 36 B 21 23
Octal 166 107 74 0 50 61 66 13 41 43
Binary 1110110 1000111 111100 0 101000 110001 110110 1011 100001 100011

Color Harmonies of #76473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76473C

Black with #76473C

Text Example


Text Example

White with #76473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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