Html Css Color HEX #754665 Cosmic

📋 copy color: '#754665'

red 117 ◦ green 70 ◦ blue 101

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

Shades of Cosmic #754665

Tints of Cosmic #754665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

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

R = 40.63%
G = 24.31%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#754665 (or 0x754665) is known color: Cosmic. HEX triplet: 75, 46 and 65. RGB value is (117,70,101). Sum of RGB (Red+Green+Blue) = 117+70+101=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #754665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754665 is #8AB99A. Grayscale: #575757. Windows color (decimal): -9091483 or 6637173. OLE color: 6637173.

HSL color Cylindrical-coordinate representation of color #754665: hue angle of 320.43º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754665 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 101 -
CMYK 0 0.40 0.14 0.54
HSL 320.43º 0.25% 0.37% -
HSV(B) 320.43º 0.4% 0.46% -
XYZ 11.88 9.1 13.44 -
YUV 87.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 117 70 101 0 0.40 0.14 0.54 320.43 0.25 0.37
Hex 75 46 65 0 28 E 36 140 19 25
Octal 165 106 145 0 50 16 66 500 31 45
Binary 1110101 1000110 1100101 0 101000 1110 110110 101000000 11001 100101

Color Harmonies of #754665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754665

Black with #754665

Text Example


Text Example

White with #754665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754665; }

 p { color: rgb(117,70,101); }

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

background-color css

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

 a { background-color: rgb(117,70,101); }

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

border-color css

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

 span { border-color: rgb(117,70,101); }

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