Html Css Color HEX #754F4B Buccaneer

📋 copy color: '#754F4B'

red 117 ◦ green 79 ◦ blue 75

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

Shades of Buccaneer #754F4B

Tints of Buccaneer #754F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.15%

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

R = 43.17%
G = 29.15%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#754F4B (or 0x754F4B) is known color: Buccaneer. HEX triplet: 75, 4F and 4B. RGB value is (117,79,75). Sum of RGB (Red+Green+Blue) = 117+79+75=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F4B is #8AB0B4. Grayscale: #595959. Windows color (decimal): -9089205 or 4935541. OLE color: 4935541.

HSL color Cylindrical-coordinate representation of color #754F4B: hue angle of 5.71º 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 #754F4B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 75 -
CMYK 0 0.32 0.36 0.54
HSL 5.71º 0.22% 0.38% -
HSV(B) 5.71º 0.36% 0.46% -
XYZ 11.4 9.88 7.96 -
YUV 89.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 117 79 75 0 0.32 0.36 0.54 5.71 0.22 0.38
Hex 75 4F 4B 0 20 24 36 6 16 26
Octal 165 117 113 0 40 44 66 6 26 46
Binary 1110101 1001111 1001011 0 100000 100100 110110 110 10110 100110

Color Harmonies of #754F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F4B

Black with #754F4B

Text Example


Text Example

White with #754F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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