Html Css Color HEX #775653 Buccaneer

📋 copy color: '#775653'

red 119 ◦ green 86 ◦ blue 83

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

Shades of Buccaneer #775653

Tints of Buccaneer #775653

RGB

 RED value IS 119 (46.88% from 255) = 41.32%

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 41.32%
G = 29.86%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#775653 (or 0x775653) is known color: Buccaneer. HEX triplet: 77, 56 and 53. RGB value is (119,86,83). Sum of RGB (Red+Green+Blue) = 119+86+83=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775653 is #88A9AC. Grayscale: #5F5F5F. Windows color (decimal): -8956333 or 5461623. OLE color: 5461623.

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

Color convert

RGB 119 86 83 -
CMYK 0 0.28 0.30 0.53
HSL 0.18% 0.4% -
HSV(B) 0.3% 0.47% -
XYZ 12.5 11.2 9.69 -
YUV 95.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 119 86 83 0 0.28 0.30 0.53 5 0.18 0.4
Hex 77 56 53 0 1C 1E 35 5 12 28
Octal 167 126 123 0 34 36 65 5 22 50
Binary 1110111 1010110 1010011 0 11100 11110 110101 101 10010 101000

Color Harmonies of #775653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775653

Black with #775653

Text Example


Text Example

White with #775653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775653; }

 p { color: rgb(119,86,83); }

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

background-color css

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

 a { background-color: rgb(119,86,83); }

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

border-color css

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

 span { border-color: rgb(119,86,83); }

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