Html Css Color HEX #765465 Cosmic

📋 copy color: '#765465'

red 118 ◦ green 84 ◦ blue 101

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

Shades of Cosmic #765465

Tints of Cosmic #765465

RGB

 RED value IS 118 (46.48% from 255) = 38.94%

 GREEN value IS 84 (33.2% from 255) = 27.72%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 38.94%
G = 27.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765465 (or 0x765465) is known color: Cosmic. HEX triplet: 76, 54 and 65. RGB value is (118,84,101). Sum of RGB (Red+Green+Blue) = 118+84+101=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765465 is #89AB9A. Grayscale: #606060. Windows color (decimal): -9022363 or 6640758. OLE color: 6640758.

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

Color convert

RGB 118 84 101 -
CMYK 0 0.29 0.14 0.54
HSL 330º 0.17% 0.4% -
HSV(B) 330º 0.29% 0.46% -
XYZ 12.99 11.13 13.78 -
YUV 96.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 118 84 101 0 0.29 0.14 0.54 330 0.17 0.4
Hex 76 54 65 0 1D E 36 14A 11 28
Octal 166 124 145 0 35 16 66 512 21 50
Binary 1110110 1010100 1100101 0 11101 1110 110110 101001010 10001 101000

Color Harmonies of #765465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765465

Black with #765465

Text Example


Text Example

White with #765465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765465; }

 p { color: rgb(118,84,101); }

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

background-color css

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

 a { background-color: rgb(118,84,101); }

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

border-color css

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

 span { border-color: rgb(118,84,101); }

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