Html Css Color HEX #79514D Buccaneer

📋 copy color: '#79514D'

red 121 ◦ green 81 ◦ blue 77

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

Shades of Buccaneer #79514D

Tints of Buccaneer #79514D

RGB

 RED value IS 121 (47.66% from 255) = 43.37%

 GREEN value IS 81 (32.03% from 255) = 29.03%

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

R = 43.37%
G = 29.03%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#79514D (or 0x79514D) is known color: Buccaneer. HEX triplet: 79, 51 and 4D. RGB value is (121,81,77). Sum of RGB (Red+Green+Blue) = 121+81+77=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79514D is #86AEB2. Grayscale: #5C5C5C. Windows color (decimal): -8826547 or 5067129. OLE color: 5067129.

HSL color Cylindrical-coordinate representation of color #79514D: hue angle of 5.45º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79514D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 77 -
CMYK 0 0.33 0.36 0.53
HSL 5.45º 0.22% 0.39% -
HSV(B) 5.45º 0.36% 0.47% -
XYZ 12.17 10.49 8.4 -
YUV 92.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 121 81 77 0 0.33 0.36 0.53 5.45 0.22 0.39
Hex 79 51 4D 0 21 24 35 5 16 27
Octal 171 121 115 0 41 44 65 5 26 47
Binary 1111001 1010001 1001101 0 100001 100100 110101 101 10110 100111

Color Harmonies of #79514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79514D

Black with #79514D

Text Example


Text Example

White with #79514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79514D; }

 p { color: rgb(121,81,77); }

 H1.HeaderClassName
 {
   color: #79514D;
 }
 .AnyTagClassName
 {
   color: #79514D;
 }
</style>

background-color css

<style>
 a { background-color: #79514D; }

 a { background-color: rgb(121,81,77); }

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

border-color css

<style>
 span { border-color: #79514D; }

 span { border-color: rgb(121,81,77); }

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