Html Css Color HEX #755C6B Cosmic

📋 copy color: '#755C6B'

red 117 ◦ green 92 ◦ blue 107

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

Shades of Cosmic #755C6B

Tints of Cosmic #755C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 37.03%
G = 29.11%
B = 33.86%

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

#755C6B (or 0x755C6B) is known color: Cosmic. HEX triplet: 75, 5C and 6B. RGB value is (117,92,107). Sum of RGB (Red+Green+Blue) = 117+92+107=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C6B is #8AA394. Grayscale: #656565. Windows color (decimal): -9085845 or 7036021. OLE color: 7036021.

HSL color Cylindrical-coordinate representation of color #755C6B: hue angle of 324º 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 #755C6B is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 107 -
CMYK 0 0.21 0.09 0.54
HSL 324º 0.12% 0.41% -
HSV(B) 324º 0.21% 0.46% -
XYZ 13.82 12.5 15.59 -
YUV 101.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 117 92 107 0 0.21 0.09 0.54 324 0.12 0.41
Hex 75 5C 6B 0 15 9 36 144 C 29
Octal 165 134 153 0 25 11 66 504 14 51
Binary 1110101 1011100 1101011 0 10101 1001 110110 101000100 1100 101001

Color Harmonies of #755C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C6B

Black with #755C6B

Text Example


Text Example

White with #755C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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