Html Css Color HEX #775352 Buccaneer

📋 copy color: '#775352'

red 119 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #775352

Tints of Buccaneer #775352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 41.9%
G = 29.23%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#775352 (or 0x775352) is known color: Buccaneer. HEX triplet: 77, 53 and 52. RGB value is (119,83,82). Sum of RGB (Red+Green+Blue) = 119+83+82=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775352 is #88ACAD. Grayscale: #5D5D5D. Windows color (decimal): -8957102 or 5395319. OLE color: 5395319.

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

Color convert

RGB 119 83 82 -
CMYK 0 0.30 0.31 0.53
HSL 1.62º 0.18% 0.39% -
HSV(B) 1.62º 0.31% 0.47% -
XYZ 12.22 10.72 9.41 -
YUV 93.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 119 83 82 0 0.30 0.31 0.53 1.62 0.18 0.39
Hex 77 53 52 0 1E 1F 35 2 12 27
Octal 167 123 122 0 36 37 65 2 22 47
Binary 1110111 1010011 1010010 0 11110 11111 110101 10 10010 100111

Color Harmonies of #775352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775352

Black with #775352

Text Example


Text Example

White with #775352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775352; }

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

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

background-color css

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

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

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

border-color css

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

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

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