Html Css Color HEX #76413A Bole

📋 copy color: '#76413A'

red 118 ◦ green 65 ◦ blue 58

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

Shades of Bole #76413A

Tints of Bole #76413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 48.96%
G = 26.97%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76413A (or 0x76413A) is known color: Bole. HEX triplet: 76, 41 and 3A. RGB value is (118,65,58). Sum of RGB (Red+Green+Blue) = 118+65+58=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #76413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76413A is #89BEC5. Grayscale: #505050. Windows color (decimal): -9027270 or 3817846. OLE color: 3817846.

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

Color convert

RGB 118 65 58 -
CMYK 0 0.45 0.51 0.54
HSL 0.34% 0.35% -
HSV(B) 0.51% 0.46% -
XYZ 10.13 7.94 5 -
YUV 80.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 118 65 58 0 0.45 0.51 0.54 7 0.34 0.35
Hex 76 41 3A 0 2D 33 36 7 22 23
Octal 166 101 72 0 55 63 66 7 42 43
Binary 1110110 1000001 111010 0 101101 110011 110110 111 100010 100011

Color Harmonies of #76413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76413A

Black with #76413A

Text Example


Text Example

White with #76413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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