Html Css Color HEX #754763 Cosmic

📋 copy color: '#754763'

red 117 ◦ green 71 ◦ blue 99

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

Shades of Cosmic #754763

Tints of Cosmic #754763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 40.77%
G = 24.74%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#754763 (or 0x754763) is known color: Cosmic. HEX triplet: 75, 47 and 63. RGB value is (117,71,99). Sum of RGB (Red+Green+Blue) = 117+71+99=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754763 is #8AB89C. Grayscale: #575757. Windows color (decimal): -9091229 or 6506357. OLE color: 6506357.

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

Color convert

RGB 117 71 99 -
CMYK 0 0.39 0.15 0.54
HSL 323.48º 0.24% 0.37% -
HSV(B) 323.48º 0.39% 0.46% -
XYZ 11.84 9.19 12.95 -
YUV 87.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 117 71 99 0 0.39 0.15 0.54 323.48 0.24 0.37
Hex 75 47 63 0 27 F 36 143 18 25
Octal 165 107 143 0 47 17 66 503 30 45
Binary 1110101 1000111 1100011 0 100111 1111 110110 101000011 11000 100101

Color Harmonies of #754763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754763

Black with #754763

Text Example


Text Example

White with #754763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754763; }

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

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

background-color css

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

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

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

border-color css

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

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

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