Html Css Color HEX #764741 Bole

📋 copy color: '#764741'

red 118 ◦ green 71 ◦ blue 65

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

Shades of Bole #764741

Tints of Bole #764741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 46.46%
G = 27.95%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#764741 (or 0x764741) is known color: Bole. HEX triplet: 76, 47 and 41. RGB value is (118,71,65). Sum of RGB (Red+Green+Blue) = 118+71+65=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764741 is #89B8BE. Grayscale: #545454. Windows color (decimal): -9025727 or 4278134. OLE color: 4278134.

HSL color Cylindrical-coordinate representation of color #764741: hue angle of 6.79º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764741 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 65 -
CMYK 0 0.40 0.45 0.54
HSL 6.79º 0.29% 0.36% -
HSV(B) 6.79º 0.45% 0.46% -
XYZ 10.68 8.74 6.13 -
YUV 84.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 118 71 65 0 0.40 0.45 0.54 6.79 0.29 0.36
Hex 76 47 41 0 28 2D 36 7 1D 24
Octal 166 107 101 0 50 55 66 7 35 44
Binary 1110110 1000111 1000001 0 101000 101101 110110 111 11101 100100

Color Harmonies of #764741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764741

Black with #764741

Text Example


Text Example

White with #764741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764741; }

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

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

background-color css

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

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

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

border-color css

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

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

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