Html Css Color HEX #754167 Cosmic

📋 copy color: '#754167'

red 117 ◦ green 65 ◦ blue 103

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

Shades of Cosmic #754167

Tints of Cosmic #754167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 41.05%
G = 22.81%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#754167 (or 0x754167) is known color: Cosmic. HEX triplet: 75, 41 and 67. RGB value is (117,65,103). Sum of RGB (Red+Green+Blue) = 117+65+103=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #754167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754167 is #8ABE98. Grayscale: #545454. Windows color (decimal): -9092761 or 6766965. OLE color: 6766965.

HSL color Cylindrical-coordinate representation of color #754167: hue angle of 316.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754167 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 103 -
CMYK 0 0.44 0.12 0.54
HSL 316.15º 0.29% 0.36% -
HSV(B) 316.15º 0.44% 0.46% -
XYZ 11.67 8.54 13.87 -
YUV 84.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 117 65 103 0 0.44 0.12 0.54 316.15 0.29 0.36
Hex 75 41 67 0 2C C 36 13C 1D 24
Octal 165 101 147 0 54 14 66 474 35 44
Binary 1110101 1000001 1100111 0 101100 1100 110110 100111100 11101 100100

Color Harmonies of #754167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754167

Black with #754167

Text Example


Text Example

White with #754167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754167; }

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

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

background-color css

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

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

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

border-color css

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

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

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