Html Css Color HEX #714F4D Buccaneer

📋 copy color: '#714F4D'

red 113 ◦ green 79 ◦ blue 77

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

Shades of Buccaneer #714F4D

Tints of Buccaneer #714F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

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

R = 42.01%
G = 29.37%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#714F4D (or 0x714F4D) is known color: Buccaneer. HEX triplet: 71, 4F and 4D. RGB value is (113,79,77). Sum of RGB (Red+Green+Blue) = 113+79+77=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #714F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F4D is #8EB0B2. Grayscale: #585858. Windows color (decimal): -9351347 or 5066609. OLE color: 5066609.

HSL color Cylindrical-coordinate representation of color #714F4D: hue angle of 3.33º 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 #714F4D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 79 77 -
CMYK 0 0.30 0.32 0.56
HSL 3.33º 0.19% 0.37% -
HSV(B) 3.33º 0.32% 0.44% -
XYZ 10.95 9.64 8.3 -
YUV 88.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 113 79 77 0 0.30 0.32 0.56 3.33 0.19 0.37
Hex 71 4F 4D 0 1E 20 38 3 13 25
Octal 161 117 115 0 36 40 70 3 23 45
Binary 1110001 1001111 1001101 0 11110 100000 111000 11 10011 100101

Color Harmonies of #714F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F4D

Black with #714F4D

Text Example


Text Example

White with #714F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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