Html Css Color HEX #754767 Cosmic

📋 copy color: '#754767'

red 117 ◦ green 71 ◦ blue 103

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

Shades of Cosmic #754767

Tints of Cosmic #754767

RGB

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

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

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

R = 40.21%
G = 24.4%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#754767 (or 0x754767) is known color: Cosmic. HEX triplet: 75, 47 and 67. RGB value is (117,71,103). Sum of RGB (Red+Green+Blue) = 117+71+103=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #754767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754767 is #8AB898. Grayscale: #585858. Windows color (decimal): -9091225 or 6768501. OLE color: 6768501.

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

Color convert

RGB 117 71 103 -
CMYK 0 0.39 0.12 0.54
HSL 318.26º 0.24% 0.37% -
HSV(B) 318.26º 0.39% 0.46% -
XYZ 12.04 9.27 13.99 -
YUV 88.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 117 71 103 0 0.39 0.12 0.54 318.26 0.24 0.37
Hex 75 47 67 0 27 C 36 13E 18 25
Octal 165 107 147 0 47 14 66 476 30 45
Binary 1110101 1000111 1100111 0 100111 1100 110110 100111110 11000 100101

Color Harmonies of #754767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754767

Black with #754767

Text Example


Text Example

White with #754767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754767; }

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

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

background-color css

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

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

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

border-color css

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

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

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