Html Css Color HEX #754968 Cosmic

📋 copy color: '#754968'

red 117 ◦ green 73 ◦ blue 104

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

Shades of Cosmic #754968

Tints of Cosmic #754968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 39.8%
G = 24.83%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#754968 (or 0x754968) is known color: Cosmic. HEX triplet: 75, 49 and 68. RGB value is (117,73,104). Sum of RGB (Red+Green+Blue) = 117+73+104=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754968 is #8AB697. Grayscale: #595959. Windows color (decimal): -9090712 or 6834549. OLE color: 6834549.

HSL color Cylindrical-coordinate representation of color #754968: hue angle of 317.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754968 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 104 -
CMYK 0 0.38 0.11 0.54
HSL 317.73º 0.23% 0.37% -
HSV(B) 317.73º 0.38% 0.46% -
XYZ 12.22 9.55 14.3 -
YUV 89.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 117 73 104 0 0.38 0.11 0.54 317.73 0.23 0.37
Hex 75 49 68 0 26 B 36 13E 17 25
Octal 165 111 150 0 46 13 66 476 27 45
Binary 1110101 1001001 1101000 0 100110 1011 110110 100111110 10111 100101

Color Harmonies of #754968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754968

Black with #754968

Text Example


Text Example

White with #754968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754968; }

 p { color: rgb(117,73,104); }

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

background-color css

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

 a { background-color: rgb(117,73,104); }

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

border-color css

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

 span { border-color: rgb(117,73,104); }

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