Html Css Color HEX #754867 Cosmic

📋 copy color: '#754867'

red 117 ◦ green 72 ◦ blue 103

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

Shades of Cosmic #754867

Tints of Cosmic #754867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 40.07%
G = 24.66%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#754867 (or 0x754867) is known color: Cosmic. HEX triplet: 75, 48 and 67. RGB value is (117,72,103). Sum of RGB (Red+Green+Blue) = 117+72+103=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #754867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754867 is #8AB798. Grayscale: #585858. Windows color (decimal): -9090969 or 6768757. OLE color: 6768757.

HSL color Cylindrical-coordinate representation of color #754867: hue angle of 318.67º degrees, saturation: 0.24, 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 #754867 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 103 -
CMYK 0 0.38 0.12 0.54
HSL 318.67º 0.24% 0.37% -
HSV(B) 318.67º 0.38% 0.46% -
XYZ 12.1 9.4 14.01 -
YUV 88.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 117 72 103 0 0.38 0.12 0.54 318.67 0.24 0.37
Hex 75 48 67 0 26 C 36 13F 18 25
Octal 165 110 147 0 46 14 66 477 30 45
Binary 1110101 1001000 1100111 0 100110 1100 110110 100111111 11000 100101

Color Harmonies of #754867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754867

Black with #754867

Text Example


Text Example

White with #754867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754867; }

 p { color: rgb(117,72,103); }

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

background-color css

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

 a { background-color: rgb(117,72,103); }

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

border-color css

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

 span { border-color: rgb(117,72,103); }

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