Html Css Color HEX #755B67 Cosmic

📋 copy color: '#755B67'

red 117 ◦ green 91 ◦ blue 103

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

Shades of Cosmic #755B67

Tints of Cosmic #755B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

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

R = 37.62%
G = 29.26%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755B67 (or 0x755B67) is known color: Cosmic. HEX triplet: 75, 5B and 67. RGB value is (117,91,103). Sum of RGB (Red+Green+Blue) = 117+91+103=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #755B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B67 is #8AA498. Grayscale: #646464. Windows color (decimal): -9086105 or 6773621. OLE color: 6773621.

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

Color convert

RGB 117 91 103 -
CMYK 0 0.22 0.12 0.54
HSL 332.31º 0.13% 0.41% -
HSV(B) 332.31º 0.22% 0.46% -
XYZ 13.53 12.24 14.48 -
YUV 100.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 117 91 103 0 0.22 0.12 0.54 332.31 0.13 0.41
Hex 75 5B 67 0 16 C 36 14C C 29
Octal 165 133 147 0 26 14 66 514 14 51
Binary 1110101 1011011 1100111 0 10110 1100 110110 101001100 1100 101001

Color Harmonies of #755B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B67

Black with #755B67

Text Example


Text Example

White with #755B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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