Html Css Color HEX #78504B Buccaneer

📋 copy color: '#78504B'

red 120 ◦ green 80 ◦ blue 75

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

Shades of Buccaneer #78504B

Tints of Buccaneer #78504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 43.64%
G = 29.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78504B (or 0x78504B) is known color: Buccaneer. HEX triplet: 78, 50 and 4B. RGB value is (120,80,75). Sum of RGB (Red+Green+Blue) = 120+80+75=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78504B is #87AFB4. Grayscale: #5B5B5B. Windows color (decimal): -8892341 or 4935800. OLE color: 4935800.

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

Color convert

RGB 120 80 75 -
CMYK 0 0.33 0.37 0.53
HSL 6.67º 0.23% 0.38% -
HSV(B) 6.67º 0.38% 0.47% -
XYZ 11.88 10.24 8.01 -
YUV 91.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 120 80 75 0 0.33 0.37 0.53 6.67 0.23 0.38
Hex 78 50 4B 0 21 25 35 7 17 26
Octal 170 120 113 0 41 45 65 7 27 46
Binary 1111000 1010000 1001011 0 100001 100101 110101 111 10111 100110

Color Harmonies of #78504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78504B

Black with #78504B

Text Example


Text Example

White with #78504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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