Html Css Color HEX #755A67 Cosmic

📋 copy color: '#755A67'

red 117 ◦ green 90 ◦ blue 103

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

Shades of Cosmic #755A67

Tints of Cosmic #755A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

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

R = 37.74%
G = 29.03%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755A67 (or 0x755A67) is known color: Cosmic. HEX triplet: 75, 5A and 67. RGB value is (117,90,103). Sum of RGB (Red+Green+Blue) = 117+90+103=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A67 is #8AA598. Grayscale: #636363. Windows color (decimal): -9086361 or 6773365. OLE color: 6773365.

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

Color convert

RGB 117 90 103 -
CMYK 0 0.23 0.12 0.54
HSL 331.11º 0.13% 0.41% -
HSV(B) 331.11º 0.23% 0.46% -
XYZ 13.44 12.07 14.45 -
YUV 99.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 117 90 103 0 0.23 0.12 0.54 331.11 0.13 0.41
Hex 75 5A 67 0 17 C 36 14B D 29
Octal 165 132 147 0 27 14 66 513 15 51
Binary 1110101 1011010 1100111 0 10111 1100 110110 101001011 1101 101001

Color Harmonies of #755A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A67

Black with #755A67

Text Example


Text Example

White with #755A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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