Html Css Color HEX #76403B Bole

📋 copy color: '#76403B'

red 118 ◦ green 64 ◦ blue 59

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

Shades of Bole #76403B

Tints of Bole #76403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 48.96%
G = 26.56%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76403B (or 0x76403B) is known color: Bole. HEX triplet: 76, 40 and 3B. RGB value is (118,64,59). Sum of RGB (Red+Green+Blue) = 118+64+59=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #76403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76403B is #89BFC4. Grayscale: #4F4F4F. Windows color (decimal): -9027525 or 3883126. OLE color: 3883126.

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

Color convert

RGB 118 64 59 -
CMYK 0 0.46 0.50 0.54
HSL 5.08º 0.33% 0.35% -
HSV(B) 5.08º 0.5% 0.46% -
XYZ 10.09 7.83 5.12 -
YUV 79.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 118 64 59 0 0.46 0.50 0.54 5.08 0.33 0.35
Hex 76 40 3B 0 2E 32 36 5 21 23
Octal 166 100 73 0 56 62 66 5 41 43
Binary 1110110 1000000 111011 0 101110 110010 110110 101 100001 100011

Color Harmonies of #76403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76403B

Black with #76403B

Text Example


Text Example

White with #76403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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