Html Css Color HEX #734E4D Buccaneer

📋 copy color: '#734E4D'

red 115 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #734E4D

Tints of Buccaneer #734E4D

RGB

 RED value IS 115 (45.31% from 255) = 42.59%

 GREEN value IS 78 (30.86% from 255) = 28.89%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 42.59%
G = 28.89%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#734E4D (or 0x734E4D) is known color: Buccaneer. HEX triplet: 73, 4E and 4D. RGB value is (115,78,77). Sum of RGB (Red+Green+Blue) = 115+78+77=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #734E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E4D is #8CB1B2. Grayscale: #585858. Windows color (decimal): -9220531 or 5066355. OLE color: 5066355.

HSL color Cylindrical-coordinate representation of color #734E4D: hue angle of 1.58º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734E4D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 78 77 -
CMYK 0 0.32 0.33 0.55
HSL 1.58º 0.2% 0.38% -
HSV(B) 1.58º 0.33% 0.45% -
XYZ 11.13 9.63 8.29 -
YUV 88.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 115 78 77 0 0.32 0.33 0.55 1.58 0.2 0.38
Hex 73 4E 4D 0 20 21 37 2 14 26
Octal 163 116 115 0 40 41 67 2 24 46
Binary 1110011 1001110 1001101 0 100000 100001 110111 10 10100 100110

Color Harmonies of #734E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734E4D

Black with #734E4D

Text Example


Text Example

White with #734E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734E4D; }

 p { color: rgb(115,78,77); }

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

background-color css

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

 a { background-color: rgb(115,78,77); }

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

border-color css

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

 span { border-color: rgb(115,78,77); }

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