Html Css Color HEX #755C6A Cosmic

📋 copy color: '#755C6A'

red 117 ◦ green 92 ◦ blue 106

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

Shades of Cosmic #755C6A

Tints of Cosmic #755C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 37.14%
G = 29.21%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#755C6A (or 0x755C6A) is known color: Cosmic. HEX triplet: 75, 5C and 6A. RGB value is (117,92,106). Sum of RGB (Red+Green+Blue) = 117+92+106=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C6A is #8AA395. Grayscale: #656565. Windows color (decimal): -9085846 or 6970485. OLE color: 6970485.

HSL color Cylindrical-coordinate representation of color #755C6A: hue angle of 326.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755C6A is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 106 -
CMYK 0 0.21 0.09 0.54
HSL 326.4º 0.12% 0.41% -
HSV(B) 326.4º 0.21% 0.46% -
XYZ 13.76 12.48 15.32 -
YUV 101.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 117 92 106 0 0.21 0.09 0.54 326.4 0.12 0.41
Hex 75 5C 6A 0 15 9 36 146 C 29
Octal 165 134 152 0 25 11 66 506 14 51
Binary 1110101 1011100 1101010 0 10101 1001 110110 101000110 1100 101001

Color Harmonies of #755C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C6A

Black with #755C6A

Text Example


Text Example

White with #755C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755C6A; }

 p { color: rgb(117,92,106); }

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

background-color css

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

 a { background-color: rgb(117,92,106); }

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

border-color css

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

 span { border-color: rgb(117,92,106); }

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