Html Css Color HEX #75565E Cosmic

📋 copy color: '#75565E'

red 117 ◦ green 86 ◦ blue 94

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

Shades of Cosmic #75565E

Tints of Cosmic #75565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 39.39%
G = 28.96%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75565E (or 0x75565E) is known color: Cosmic. HEX triplet: 75, 56 and 5E. RGB value is (117,86,94). Sum of RGB (Red+Green+Blue) = 117+86+94=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75565E is #8AA9A1. Grayscale: #606060. Windows color (decimal): -9087394 or 6182517. OLE color: 6182517.

HSL color Cylindrical-coordinate representation of color #75565E: hue angle of 344.52º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75565E is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 94 -
CMYK 0 0.26 0.20 0.54
HSL 344.52º 0.15% 0.4% -
HSV(B) 344.52º 0.26% 0.46% -
XYZ 12.68 11.25 12.09 -
YUV 96.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 117 86 94 0 0.26 0.20 0.54 344.52 0.15 0.4
Hex 75 56 5E 0 1A 14 36 159 F 28
Octal 165 126 136 0 32 24 66 531 17 50
Binary 1110101 1010110 1011110 0 11010 10100 110110 101011001 1111 101000

Color Harmonies of #75565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75565E

Black with #75565E

Text Example


Text Example

White with #75565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75565E; }

 p { color: rgb(117,86,94); }

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

background-color css

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

 a { background-color: rgb(117,86,94); }

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

border-color css

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

 span { border-color: rgb(117,86,94); }

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