Html Css Color HEX #75534D Buccaneer

📋 copy color: '#75534D'

red 117 ◦ green 83 ◦ blue 77

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

Shades of Buccaneer #75534D

Tints of Buccaneer #75534D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.8%

R = 42.24%
G = 29.96%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75534D (or 0x75534D) is known color: Buccaneer. HEX triplet: 75, 53 and 4D. RGB value is (117,83,77). Sum of RGB (Red+Green+Blue) = 117+83+77=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75534D is #8AACB2. Grayscale: #5C5C5C. Windows color (decimal): -9088179 or 5067637. OLE color: 5067637.

HSL color Cylindrical-coordinate representation of color #75534D: hue angle of 9º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75534D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 77 -
CMYK 0 0.29 0.34 0.54
HSL 0.21% 0.38% -
HSV(B) 0.34% 0.46% -
XYZ 11.77 10.5 8.43 -
YUV 92.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 117 83 77 0 0.29 0.34 0.54 9 0.21 0.38
Hex 75 53 4D 0 1D 22 36 9 15 26
Octal 165 123 115 0 35 42 66 11 25 46
Binary 1110101 1010011 1001101 0 11101 100010 110110 1001 10101 100110

Color Harmonies of #75534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75534D

Black with #75534D

Text Example


Text Example

White with #75534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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