Html Css Color HEX #714E4D Buccaneer

📋 copy color: '#714E4D'

red 113 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #714E4D

Tints of Buccaneer #714E4D

RGB

 RED value IS 113 (44.53% from 255) = 42.16%

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

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

R = 42.16%
G = 29.1%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#714E4D (or 0x714E4D) is known color: Buccaneer. HEX triplet: 71, 4E and 4D. RGB value is (113,78,77). Sum of RGB (Red+Green+Blue) = 113+78+77=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #714E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E4D is #8EB1B2. Grayscale: #585858. Windows color (decimal): -9351603 or 5066353. OLE color: 5066353.

HSL color Cylindrical-coordinate representation of color #714E4D: hue angle of 1.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714E4D is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 77 -
CMYK 0 0.31 0.32 0.56
HSL 1.67º 0.19% 0.37% -
HSV(B) 1.67º 0.32% 0.44% -
XYZ 10.87 9.5 8.28 -
YUV 88.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 113 78 77 0 0.31 0.32 0.56 1.67 0.19 0.37
Hex 71 4E 4D 0 1F 20 38 2 13 25
Octal 161 116 115 0 37 40 70 2 23 45
Binary 1110001 1001110 1001101 0 11111 100000 111000 10 10011 100101

Color Harmonies of #714E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E4D

Black with #714E4D

Text Example


Text Example

White with #714E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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