Html Css Color HEX #755667 Cosmic

📋 copy color: '#755667'

red 117 ◦ green 86 ◦ blue 103

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

Shades of Cosmic #755667

Tints of Cosmic #755667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 38.24%
G = 28.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755667 (or 0x755667) is known color: Cosmic. HEX triplet: 75, 56 and 67. RGB value is (117,86,103). Sum of RGB (Red+Green+Blue) = 117+86+103=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755667 is #8AA998. Grayscale: #616161. Windows color (decimal): -9087385 or 6772341. OLE color: 6772341.

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

Color convert

RGB 117 86 103 -
CMYK 0 0.26 0.12 0.54
HSL 327.1º 0.15% 0.4% -
HSV(B) 327.1º 0.26% 0.46% -
XYZ 13.11 11.42 14.34 -
YUV 97.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 117 86 103 0 0.26 0.12 0.54 327.1 0.15 0.4
Hex 75 56 67 0 1A C 36 147 F 28
Octal 165 126 147 0 32 14 66 507 17 50
Binary 1110101 1010110 1100111 0 11010 1100 110110 101000111 1111 101000

Color Harmonies of #755667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755667

Black with #755667

Text Example


Text Example

White with #755667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755667; }

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

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

background-color css

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

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

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

border-color css

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

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

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