Html Css Color HEX #76403A Bole

📋 copy color: '#76403A'

red 118 ◦ green 64 ◦ blue 58

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

Shades of Bole #76403A

Tints of Bole #76403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 49.17%
G = 26.67%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76403A (or 0x76403A) is known color: Bole. HEX triplet: 76, 40 and 3A. RGB value is (118,64,58). Sum of RGB (Red+Green+Blue) = 118+64+58=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #76403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76403A is #89BFC5. Grayscale: #4F4F4F. Windows color (decimal): -9027526 or 3817590. OLE color: 3817590.

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

Color convert

RGB 118 64 58 -
CMYK 0 0.46 0.51 0.54
HSL 0.34% 0.35% -
HSV(B) 0.51% 0.46% -
XYZ 10.07 7.82 4.98 -
YUV 79.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 118 64 58 0 0.46 0.51 0.54 6 0.34 0.35
Hex 76 40 3A 0 2E 33 36 6 22 23
Octal 166 100 72 0 56 63 66 6 42 43
Binary 1110110 1000000 111010 0 101110 110011 110110 110 100010 100011

Color Harmonies of #76403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76403A

Black with #76403A

Text Example


Text Example

White with #76403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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