Html Css Color HEX #784948 Buccaneer

📋 copy color: '#784948'

red 120 ◦ green 73 ◦ blue 72

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

Shades of Buccaneer #784948

Tints of Buccaneer #784948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 45.28%
G = 27.55%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#784948 (or 0x784948) is known color: Buccaneer. HEX triplet: 78, 49 and 48. RGB value is (120,73,72). Sum of RGB (Red+Green+Blue) = 120+73+72=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784948 is #87B6B7. Grayscale: #565656. Windows color (decimal): -8894136 or 4737400. OLE color: 4737400.

HSL color Cylindrical-coordinate representation of color #784948: hue angle of 1.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784948 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 72 -
CMYK 0 0.39 0.40 0.53
HSL 1.25º 0.25% 0.38% -
HSV(B) 1.25º 0.4% 0.47% -
XYZ 11.3 9.23 7.32 -
YUV 86.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 120 73 72 0 0.39 0.40 0.53 1.25 0.25 0.38
Hex 78 49 48 0 27 28 35 1 19 26
Octal 170 111 110 0 47 50 65 1 31 46
Binary 1111000 1001001 1001000 0 100111 101000 110101 1 11001 100110

Color Harmonies of #784948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784948

Black with #784948

Text Example


Text Example

White with #784948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784948; }

 p { color: rgb(120,73,72); }

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

background-color css

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

 a { background-color: rgb(120,73,72); }

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

border-color css

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

 span { border-color: rgb(120,73,72); }

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