Html Css Color HEX #754C4B Buccaneer

📋 copy color: '#754C4B'

red 117 ◦ green 76 ◦ blue 75

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

Shades of Buccaneer #754C4B

Tints of Buccaneer #754C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 43.66%
G = 28.36%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#754C4B (or 0x754C4B) is known color: Buccaneer. HEX triplet: 75, 4C and 4B. RGB value is (117,76,75). Sum of RGB (Red+Green+Blue) = 117+76+75=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C4B is #8AB3B4. Grayscale: #585858. Windows color (decimal): -9089973 or 4934773. OLE color: 4934773.

HSL color Cylindrical-coordinate representation of color #754C4B: hue angle of 1.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754C4B is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 75 -
CMYK 0 0.35 0.36 0.54
HSL 1.43º 0.22% 0.38% -
HSV(B) 1.43º 0.36% 0.46% -
XYZ 11.19 9.46 7.89 -
YUV 88.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 117 76 75 0 0.35 0.36 0.54 1.43 0.22 0.38
Hex 75 4C 4B 0 23 24 36 1 16 26
Octal 165 114 113 0 43 44 66 1 26 46
Binary 1110101 1001100 1001011 0 100011 100100 110110 1 10110 100110

Color Harmonies of #754C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C4B

Black with #754C4B

Text Example


Text Example

White with #754C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C4B; }

 p { color: rgb(117,76,75); }

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

background-color css

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

 a { background-color: rgb(117,76,75); }

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

border-color css

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

 span { border-color: rgb(117,76,75); }

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