Html Css Color HEX #745065 Cosmic

📋 copy color: '#745065'

red 116 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #745065

Tints of Cosmic #745065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 39.06%
G = 26.94%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#745065 (or 0x745065) is known color: Cosmic. HEX triplet: 74, 50 and 65. RGB value is (116,80,101). Sum of RGB (Red+Green+Blue) = 116+80+101=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745065 is #8BAF9A. Grayscale: #5D5D5D. Windows color (decimal): -9154459 or 6639732. OLE color: 6639732.

HSL color Cylindrical-coordinate representation of color #745065: hue angle of 325º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745065 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 101 -
CMYK 0 0.31 0.13 0.55
HSL 325º 0.18% 0.38% -
HSV(B) 325º 0.31% 0.45% -
XYZ 12.42 10.39 13.66 -
YUV 93.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 116 80 101 0 0.31 0.13 0.55 325 0.18 0.38
Hex 74 50 65 0 1F D 37 145 12 26
Octal 164 120 145 0 37 15 67 505 22 46
Binary 1110100 1010000 1100101 0 11111 1101 110111 101000101 10010 100110

Color Harmonies of #745065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745065

Black with #745065

Text Example


Text Example

White with #745065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745065; }

 p { color: rgb(116,80,101); }

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

background-color css

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

 a { background-color: rgb(116,80,101); }

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

border-color css

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

 span { border-color: rgb(116,80,101); }

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