Html Css Color HEX #78504F Buccaneer

📋 copy color: '#78504F'

red 120 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #78504F

Tints of Buccaneer #78504F

RGB

 RED value IS 120 (47.27% from 255) = 43.01%

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 43.01%
G = 28.67%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78504F (or 0x78504F) is known color: Buccaneer. HEX triplet: 78, 50 and 4F. RGB value is (120,80,79). Sum of RGB (Red+Green+Blue) = 120+80+79=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78504F is #87AFB0. Grayscale: #5B5B5B. Windows color (decimal): -8892337 or 5197944. OLE color: 5197944.

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

Color convert

RGB 120 80 79 -
CMYK 0 0.33 0.34 0.53
HSL 1.46º 0.21% 0.39% -
HSV(B) 1.46º 0.34% 0.47% -
XYZ 12.03 10.29 8.75 -
YUV 91.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 120 80 79 0 0.33 0.34 0.53 1.46 0.21 0.39
Hex 78 50 4F 0 21 22 35 1 15 27
Octal 170 120 117 0 41 42 65 1 25 47
Binary 1111000 1010000 1001111 0 100001 100010 110101 1 10101 100111

Color Harmonies of #78504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78504F

Black with #78504F

Text Example


Text Example

White with #78504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78504F; }

 p { color: rgb(120,80,79); }

 H1.HeaderClassName
 {
   color: #78504F;
 }
 .AnyTagClassName
 {
   color: #78504F;
 }
</style>

background-color css

<style>
 a { background-color: #78504F; }

 a { background-color: rgb(120,80,79); }

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

border-color css

<style>
 span { border-color: #78504F; }

 span { border-color: rgb(120,80,79); }

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