Html Css Color HEX #75554F Buccaneer

📋 copy color: '#75554F'

red 117 ◦ green 85 ◦ blue 79

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

Shades of Buccaneer #75554F

Tints of Buccaneer #75554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 41.64%
G = 30.25%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75554F (or 0x75554F) is known color: Buccaneer. HEX triplet: 75, 55 and 4F. RGB value is (117,85,79). Sum of RGB (Red+Green+Blue) = 117+85+79=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75554F is #8AAAB0. Grayscale: #5D5D5D. Windows color (decimal): -9087665 or 5199221. OLE color: 5199221.

HSL color Cylindrical-coordinate representation of color #75554F: hue angle of 9.47º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75554F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 79 -
CMYK 0 0.27 0.32 0.54
HSL 9.47º 0.19% 0.38% -
HSV(B) 9.47º 0.32% 0.46% -
XYZ 12 10.84 8.86 -
YUV 93.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 117 85 79 0 0.27 0.32 0.54 9.47 0.19 0.38
Hex 75 55 4F 0 1B 20 36 9 13 26
Octal 165 125 117 0 33 40 66 11 23 46
Binary 1110101 1010101 1001111 0 11011 100000 110110 1001 10011 100110

Color Harmonies of #75554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75554F

Black with #75554F

Text Example


Text Example

White with #75554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75554F; }

 p { color: rgb(117,85,79); }

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

background-color css

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

 a { background-color: rgb(117,85,79); }

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

border-color css

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

 span { border-color: rgb(117,85,79); }

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