Html Css Color HEX #754765 Cosmic

📋 copy color: '#754765'

red 117 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #754765

Tints of Cosmic #754765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 40.48%
G = 24.57%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#754765 (or 0x754765) is known color: Cosmic. HEX triplet: 75, 47 and 65. RGB value is (117,71,101). Sum of RGB (Red+Green+Blue) = 117+71+101=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #754765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754765 is #8AB89A. Grayscale: #585858. Windows color (decimal): -9091227 or 6637429. OLE color: 6637429.

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

Color convert

RGB 117 71 101 -
CMYK 0 0.39 0.14 0.54
HSL 320.87º 0.24% 0.37% -
HSV(B) 320.87º 0.39% 0.46% -
XYZ 11.94 9.23 13.46 -
YUV 88.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 117 71 101 0 0.39 0.14 0.54 320.87 0.24 0.37
Hex 75 47 65 0 27 E 36 141 18 25
Octal 165 107 145 0 47 16 66 501 30 45
Binary 1110101 1000111 1100101 0 100111 1110 110110 101000001 11000 100101

Color Harmonies of #754765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754765

Black with #754765

Text Example


Text Example

White with #754765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754765; }

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

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

background-color css

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

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

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

border-color css

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

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

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