Html Css Color HEX #724F4E Buccaneer

📋 copy color: '#724F4E'

red 114 ◦ green 79 ◦ blue 78

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

Shades of Buccaneer #724F4E

Tints of Buccaneer #724F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 42.07%
G = 29.15%
B = 28.78%

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

#724F4E (or 0x724F4E) is known color: Buccaneer. HEX triplet: 72, 4F and 4E. RGB value is (114,79,78). Sum of RGB (Red+Green+Blue) = 114+79+78=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #724F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F4E is #8DB0B1. Grayscale: #595959. Windows color (decimal): -9285810 or 5132146. OLE color: 5132146.

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

Color convert

RGB 114 79 78 -
CMYK 0 0.31 0.32 0.55
HSL 1.67º 0.19% 0.38% -
HSV(B) 1.67º 0.32% 0.45% -
XYZ 11.11 9.72 8.5 -
YUV 89.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 114 79 78 0 0.31 0.32 0.55 1.67 0.19 0.38
Hex 72 4F 4E 0 1F 20 37 2 13 26
Octal 162 117 116 0 37 40 67 2 23 46
Binary 1110010 1001111 1001110 0 11111 100000 110111 10 10011 100110

Color Harmonies of #724F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F4E

Black with #724F4E

Text Example


Text Example

White with #724F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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