Html Css Color HEX #775953 Buccaneer

📋 copy color: '#775953'

red 119 ◦ green 89 ◦ blue 83

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

Shades of Buccaneer #775953

Tints of Buccaneer #775953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 40.89%
G = 30.58%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#775953 (or 0x775953) is known color: Buccaneer. HEX triplet: 77, 59 and 53. RGB value is (119,89,83). Sum of RGB (Red+Green+Blue) = 119+89+83=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775953 is #88A6AC. Grayscale: #616161. Windows color (decimal): -8955565 or 5462391. OLE color: 5462391.

HSL color Cylindrical-coordinate representation of color #775953: hue angle of 10º 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 #775953 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 83 -
CMYK 0 0.25 0.30 0.53
HSL 10º 0.18% 0.4% -
HSV(B) 10º 0.3% 0.47% -
XYZ 12.74 11.69 9.77 -
YUV 97.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 119 89 83 0 0.25 0.30 0.53 10 0.18 0.4
Hex 77 59 53 0 19 1E 35 A 12 28
Octal 167 131 123 0 31 36 65 12 22 50
Binary 1110111 1011001 1010011 0 11001 11110 110101 1010 10010 101000

Color Harmonies of #775953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775953

Black with #775953

Text Example


Text Example

White with #775953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775953; }

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

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

background-color css

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

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

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

border-color css

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

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

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