Html Css Color HEX #755351 Buccaneer

📋 copy color: '#755351'

red 117 ◦ green 83 ◦ blue 81

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

Shades of Buccaneer #755351

Tints of Buccaneer #755351

RGB

 RED value IS 117 (46.09% from 255) = 41.64%

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

 BLUE value IS 81 (32.03% from 255) = 28.83%

R = 41.64%
G = 29.54%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#755351 (or 0x755351) is known color: Buccaneer. HEX triplet: 75, 53 and 51. RGB value is (117,83,81). Sum of RGB (Red+Green+Blue) = 117+83+81=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755351 is #8AACAE. Grayscale: #5C5C5C. Windows color (decimal): -9088175 or 5329781. OLE color: 5329781.

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

Color convert

RGB 117 83 81 -
CMYK 0 0.29 0.31 0.54
HSL 3.33º 0.18% 0.39% -
HSV(B) 3.33º 0.31% 0.46% -
XYZ 11.91 10.56 9.2 -
YUV 92.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 117 83 81 0 0.29 0.31 0.54 3.33 0.18 0.39
Hex 75 53 51 0 1D 1F 36 3 12 27
Octal 165 123 121 0 35 37 66 3 22 47
Binary 1110101 1010011 1010001 0 11101 11111 110110 11 10010 100111

Color Harmonies of #755351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755351

Black with #755351

Text Example


Text Example

White with #755351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755351; }

 p { color: rgb(117,83,81); }

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

background-color css

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

 a { background-color: rgb(117,83,81); }

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

border-color css

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

 span { border-color: rgb(117,83,81); }

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