Html Css Color HEX #755867 Cosmic

📋 copy color: '#755867'

red 117 ◦ green 88 ◦ blue 103

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

Shades of Cosmic #755867

Tints of Cosmic #755867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

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

R = 37.99%
G = 28.57%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755867 (or 0x755867) is known color: Cosmic. HEX triplet: 75, 58 and 67. RGB value is (117,88,103). Sum of RGB (Red+Green+Blue) = 117+88+103=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #755867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755867 is #8AA798. Grayscale: #626262. Windows color (decimal): -9086873 or 6772853. OLE color: 6772853.

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

Color convert

RGB 117 88 103 -
CMYK 0 0.25 0.12 0.54
HSL 328.97º 0.14% 0.4% -
HSV(B) 328.97º 0.25% 0.46% -
XYZ 13.27 11.74 14.4 -
YUV 98.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 117 88 103 0 0.25 0.12 0.54 328.97 0.14 0.4
Hex 75 58 67 0 19 C 36 149 E 28
Octal 165 130 147 0 31 14 66 511 16 50
Binary 1110101 1011000 1100111 0 11001 1100 110110 101001001 1110 101000

Color Harmonies of #755867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755867

Black with #755867

Text Example


Text Example

White with #755867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755867; }

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

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

background-color css

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

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

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

border-color css

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

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

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