Html Css Color HEX #754667 Cosmic

📋 copy color: '#754667'

red 117 ◦ green 70 ◦ blue 103

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

Shades of Cosmic #754667

Tints of Cosmic #754667

RGB

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

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

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

R = 40.34%
G = 24.14%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#754667 (or 0x754667) is known color: Cosmic. HEX triplet: 75, 46 and 67. RGB value is (117,70,103). Sum of RGB (Red+Green+Blue) = 117+70+103=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #754667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754667 is #8AB998. Grayscale: #575757. Windows color (decimal): -9091481 or 6768245. OLE color: 6768245.

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

Color convert

RGB 117 70 103 -
CMYK 0 0.40 0.12 0.54
HSL 317.87º 0.25% 0.37% -
HSV(B) 317.87º 0.4% 0.46% -
XYZ 11.97 9.14 13.97 -
YUV 87.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 117 70 103 0 0.40 0.12 0.54 317.87 0.25 0.37
Hex 75 46 67 0 28 C 36 13E 19 25
Octal 165 106 147 0 50 14 66 476 31 45
Binary 1110101 1000110 1100111 0 101000 1100 110110 100111110 11001 100101

Color Harmonies of #754667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754667

Black with #754667

Text Example


Text Example

White with #754667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754667; }

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

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

background-color css

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

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

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

border-color css

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

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

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