Html Css Color HEX #764A3F Bole

📋 copy color: '#764A3F'

red 118 ◦ green 74 ◦ blue 63

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

Shades of Bole #764A3F

Tints of Bole #764A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 63 (25% from 255) = 24.71%

R = 46.27%
G = 29.02%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#764A3F (or 0x764A3F) is known color: Bole. HEX triplet: 76, 4A and 3F. RGB value is (118,74,63). Sum of RGB (Red+Green+Blue) = 118+74+63=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A3F is #89B5C0. Grayscale: #555555. Windows color (decimal): -9024961 or 4147830. OLE color: 4147830.

HSL color Cylindrical-coordinate representation of color #764A3F: hue angle of 12º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764A3F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 63 -
CMYK 0 0.37 0.47 0.54
HSL 12º 0.3% 0.35% -
HSV(B) 12º 0.47% 0.46% -
XYZ 10.82 9.11 5.89 -
YUV 85.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 118 74 63 0 0.37 0.47 0.54 12 0.3 0.35
Hex 76 4A 3F 0 25 2F 36 C 1E 23
Octal 166 112 77 0 45 57 66 14 36 43
Binary 1110110 1001010 111111 0 100101 101111 110110 1100 11110 100011

Color Harmonies of #764A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A3F

Black with #764A3F

Text Example


Text Example

White with #764A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764A3F; }

 p { color: rgb(118,74,63); }

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

background-color css

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

 a { background-color: rgb(118,74,63); }

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

border-color css

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

 span { border-color: rgb(118,74,63); }

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