Html Css Color HEX #75949B Gothic

📋 copy color: '#75949B'

red 117 ◦ green 148 ◦ blue 155

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

Shades of Gothic #75949B

Tints of Gothic #75949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 27.86%
G = 35.24%
B = 36.9%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75949B (or 0x75949B) is known color: Gothic. HEX triplet: 75, 94 and 9B. RGB value is (117,148,155). Sum of RGB (Red+Green+Blue) = 117+148+155=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #75949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75949B is #8A6B64. Grayscale: #8B8B8B. Windows color (decimal): -9071461 or 10196085. OLE color: 10196085.

HSL color Cylindrical-coordinate representation of color #75949B: hue angle of 191.05º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75949B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 148 155 -
CMYK 0.25 0.05 0 0.39
HSL 191.05º 0.16% 0.53% -
HSV(B) 191.05º 0.25% 0.61% -
XYZ 23.84 27.33 35.03 -
YUV 139.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 117 148 155 0.25 0.05 0 0.39 191.05 0.16 0.53
Hex 75 94 9B 19 5 0 27 BF 10 35
Octal 165 224 233 31 5 0 47 277 20 65
Binary 1110101 10010100 10011011 11001 101 0 100111 10111111 10000 110101

Color Harmonies of #75949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75949B

Black with #75949B

Text Example


Text Example

White with #75949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75949B; }

 p { color: rgb(117,148,155); }

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

background-color css

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

 a { background-color: rgb(117,148,155); }

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

border-color css

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

 span { border-color: rgb(117,148,155); }

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