Html Css Color HEX #76443A Bole

📋 copy color: '#76443A'

red 118 ◦ green 68 ◦ blue 58

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

Shades of Bole #76443A

Tints of Bole #76443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

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

R = 48.36%
G = 27.87%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76443A (or 0x76443A) is known color: Bole. HEX triplet: 76, 44 and 3A. RGB value is (118,68,58). Sum of RGB (Red+Green+Blue) = 118+68+58=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76443A is #89BBC5. Grayscale: #515151. Windows color (decimal): -9026502 or 3818614. OLE color: 3818614.

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

Color convert

RGB 118 68 58 -
CMYK 0 0.42 0.51 0.54
HSL 10º 0.34% 0.35% -
HSV(B) 10º 0.51% 0.46% -
XYZ 10.3 8.29 5.06 -
YUV 81.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 118 68 58 0 0.42 0.51 0.54 10 0.34 0.35
Hex 76 44 3A 0 2A 33 36 A 22 23
Octal 166 104 72 0 52 63 66 12 42 43
Binary 1110110 1000100 111010 0 101010 110011 110110 1010 100010 100011

Color Harmonies of #76443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76443A

Black with #76443A

Text Example


Text Example

White with #76443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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