Html Css Color HEX #78504D Buccaneer

📋 copy color: '#78504D'

red 120 ◦ green 80 ◦ blue 77

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

Shades of Buccaneer #78504D

Tints of Buccaneer #78504D

RGB

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

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

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

R = 43.32%
G = 28.88%
B = 27.8%

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

#78504D (or 0x78504D) is known color: Buccaneer. HEX triplet: 78, 50 and 4D. RGB value is (120,80,77). Sum of RGB (Red+Green+Blue) = 120+80+77=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78504D is #87AFB2. Grayscale: #5B5B5B. Windows color (decimal): -8892339 or 5066872. OLE color: 5066872.

HSL color Cylindrical-coordinate representation of color #78504D: hue angle of 4.19º 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 #78504D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 77 -
CMYK 0 0.33 0.36 0.53
HSL 4.19º 0.22% 0.39% -
HSV(B) 4.19º 0.36% 0.47% -
XYZ 11.95 10.27 8.37 -
YUV 91.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 120 80 77 0 0.33 0.36 0.53 4.19 0.22 0.39
Hex 78 50 4D 0 21 24 35 4 16 27
Octal 170 120 115 0 41 44 65 4 26 47
Binary 1111000 1010000 1001101 0 100001 100100 110101 100 10110 100111

Color Harmonies of #78504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78504D

Black with #78504D

Text Example


Text Example

White with #78504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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