Html Css Color HEX #784F4C Buccaneer

📋 copy color: '#784F4C'

red 120 ◦ green 79 ◦ blue 76

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

Shades of Buccaneer #784F4C

Tints of Buccaneer #784F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 43.64%
G = 28.73%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#784F4C (or 0x784F4C) is known color: Buccaneer. HEX triplet: 78, 4F and 4C. RGB value is (120,79,76). Sum of RGB (Red+Green+Blue) = 120+79+76=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #784F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F4C is #87B0B3. Grayscale: #5A5A5A. Windows color (decimal): -8892596 or 5001080. OLE color: 5001080.

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

Color convert

RGB 120 79 76 -
CMYK 0 0.34 0.37 0.53
HSL 4.09º 0.22% 0.38% -
HSV(B) 4.09º 0.37% 0.47% -
XYZ 11.85 10.11 8.16 -
YUV 90.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 120 79 76 0 0.34 0.37 0.53 4.09 0.22 0.38
Hex 78 4F 4C 0 22 25 35 4 16 26
Octal 170 117 114 0 42 45 65 4 26 46
Binary 1111000 1001111 1001100 0 100010 100101 110101 100 10110 100110

Color Harmonies of #784F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F4C

Black with #784F4C

Text Example


Text Example

White with #784F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784F4C; }

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

 H1.HeaderClassName
 {
   color: #784F4C;
 }
 .AnyTagClassName
 {
   color: #784F4C;
 }
</style>

background-color css

<style>
 a { background-color: #784F4C; }

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

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

border-color css

<style>
 span { border-color: #784F4C; }

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

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