Html Css Color HEX #754967 Cosmic

📋 copy color: '#754967'

red 117 ◦ green 73 ◦ blue 103

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

Shades of Cosmic #754967

Tints of Cosmic #754967

RGB

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

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

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

R = 39.93%
G = 24.91%
B = 35.15%

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

#754967 (or 0x754967) is known color: Cosmic. HEX triplet: 75, 49 and 67. RGB value is (117,73,103). Sum of RGB (Red+Green+Blue) = 117+73+103=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #754967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754967 is #8AB698. Grayscale: #595959. Windows color (decimal): -9090713 or 6769013. OLE color: 6769013.

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

Color convert

RGB 117 73 103 -
CMYK 0 0.38 0.12 0.54
HSL 319.09º 0.23% 0.37% -
HSV(B) 319.09º 0.38% 0.46% -
XYZ 12.17 9.53 14.03 -
YUV 89.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 117 73 103 0 0.38 0.12 0.54 319.09 0.23 0.37
Hex 75 49 67 0 26 C 36 13F 17 25
Octal 165 111 147 0 46 14 66 477 27 45
Binary 1110101 1001001 1100111 0 100110 1100 110110 100111111 10111 100101

Color Harmonies of #754967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754967

Black with #754967

Text Example


Text Example

White with #754967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754967; }

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

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

background-color css

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

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

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

border-color css

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

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

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