Html Css Color HEX #724F4D Buccaneer

📋 copy color: '#724F4D'

red 114 ◦ green 79 ◦ blue 77

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

Shades of Buccaneer #724F4D

Tints of Buccaneer #724F4D

RGB

 RED value IS 114 (44.92% from 255) = 42.22%

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

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

R = 42.22%
G = 29.26%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#724F4D (or 0x724F4D) is known color: Buccaneer. HEX triplet: 72, 4F and 4D. RGB value is (114,79,77). Sum of RGB (Red+Green+Blue) = 114+79+77=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #724F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F4D is #8DB0B2. Grayscale: #595959. Windows color (decimal): -9285811 or 5066610. OLE color: 5066610.

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

Color convert

RGB 114 79 77 -
CMYK 0 0.31 0.32 0.55
HSL 3.24º 0.19% 0.37% -
HSV(B) 3.24º 0.32% 0.45% -
XYZ 11.07 9.71 8.31 -
YUV 89.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 114 79 77 0 0.31 0.32 0.55 3.24 0.19 0.37
Hex 72 4F 4D 0 1F 20 37 3 13 25
Octal 162 117 115 0 37 40 67 3 23 45
Binary 1110010 1001111 1001101 0 11111 100000 110111 11 10011 100101

Color Harmonies of #724F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F4D

Black with #724F4D

Text Example


Text Example

White with #724F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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