Html Css Color HEX #745855 Buccaneer

📋 copy color: '#745855'

red 116 ◦ green 88 ◦ blue 85

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

Shades of Buccaneer #745855

Tints of Buccaneer #745855

RGB

 RED value IS 116 (45.7% from 255) = 40.14%

 GREEN value IS 88 (34.77% from 255) = 30.45%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 40.14%
G = 30.45%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#745855 (or 0x745855) is known color: Buccaneer. HEX triplet: 74, 58 and 55. RGB value is (116,88,85). Sum of RGB (Red+Green+Blue) = 116+88+85=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745855 is #8BA7AA. Grayscale: #606060. Windows color (decimal): -9152427 or 5593204. OLE color: 5593204.

HSL color Cylindrical-coordinate representation of color #745855: hue angle of 5.81º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745855 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 88 85 -
CMYK 0 0.24 0.27 0.55
HSL 5.81º 0.15% 0.39% -
HSV(B) 5.81º 0.27% 0.45% -
XYZ 12.33 11.35 10.13 -
YUV 96.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 116 88 85 0 0.24 0.27 0.55 5.81 0.15 0.39
Hex 74 58 55 0 18 1B 37 6 F 27
Octal 164 130 125 0 30 33 67 6 17 47
Binary 1110100 1011000 1010101 0 11000 11011 110111 110 1111 100111

Color Harmonies of #745855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745855

Black with #745855

Text Example


Text Example

White with #745855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745855; }

 p { color: rgb(116,88,85); }

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

background-color css

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

 a { background-color: rgb(116,88,85); }

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

border-color css

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

 span { border-color: rgb(116,88,85); }

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