Html Css Color HEX #785453 Buccaneer

📋 copy color: '#785453'

red 120 ◦ green 84 ◦ blue 83

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

Shades of Buccaneer #785453

Tints of Buccaneer #785453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 83 (32.81% from 255) = 28.92%

R = 41.81%
G = 29.27%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#785453 (or 0x785453) is known color: Buccaneer. HEX triplet: 78, 54 and 53. RGB value is (120,84,83). Sum of RGB (Red+Green+Blue) = 120+84+83=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #785453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785453 is #87ABAC. Grayscale: #5E5E5E. Windows color (decimal): -8891309 or 5461112. OLE color: 5461112.

HSL color Cylindrical-coordinate representation of color #785453: hue angle of 1.62º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785453 is Cyan = 0, Magento = 0.3, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 84 83 -
CMYK 0 0.3 0.31 0.53
HSL 1.62º 0.18% 0.4% -
HSV(B) 1.62º 0.31% 0.47% -
XYZ 12.48 10.96 9.64 -
YUV 94.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 120 84 83 0 0.3 0.31 0.53 1.62 0.18 0.4
Hex 78 54 53 0 1E 1F 35 2 12 28
Octal 170 124 123 0 36 37 65 2 22 50
Binary 1111000 1010100 1010011 0 11110 11111 110101 10 10010 101000

Color Harmonies of #785453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785453

Black with #785453

Text Example


Text Example

White with #785453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785453; }

 p { color: rgb(120,84,83); }

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

background-color css

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

 a { background-color: rgb(120,84,83); }

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

border-color css

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

 span { border-color: rgb(120,84,83); }

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