Html Css Color HEX #768C92 Gothic

📋 copy color: '#768C92'

red 118 ◦ green 140 ◦ blue 146

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

Shades of Gothic #768C92

Tints of Gothic #768C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 29.21%
G = 34.65%
B = 36.14%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768C92 (or 0x768C92) is known color: Gothic. HEX triplet: 76, 8C and 92. RGB value is (118,140,146). Sum of RGB (Red+Green+Blue) = 118+140+146=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #768C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C92 is #89736D. Grayscale: #868686. Windows color (decimal): -9007982 or 9604214. OLE color: 9604214.

HSL color Cylindrical-coordinate representation of color #768C92: hue angle of 192.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768C92 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 140 146 -
CMYK 0.19 0.04 0 0.43
HSL 192.86º 0.11% 0.52% -
HSV(B) 192.86º 0.19% 0.57% -
XYZ 22.04 24.68 30.8 -
YUV 134.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 118 140 146 0.19 0.04 0 0.43 192.86 0.11 0.52
Hex 76 8C 92 13 4 0 2B C1 B 34
Octal 166 214 222 23 4 0 53 301 13 64
Binary 1110110 10001100 10010010 10011 100 0 101011 11000001 1011 110100

Color Harmonies of #768C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C92

Black with #768C92

Text Example


Text Example

White with #768C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C92; }

 p { color: rgb(118,140,146); }

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

background-color css

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

 a { background-color: rgb(118,140,146); }

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

border-color css

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

 span { border-color: rgb(118,140,146); }

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