Html Css Color HEX #5F775C Finlandia

📋 copy color: '#5F775C'

red 95 ◦ green 119 ◦ blue 92

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

Shades of Finlandia #5F775C

Tints of Finlandia #5F775C

RGB

 RED value IS 95 (37.5% from 255) = 31.05%

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 31.05%
G = 38.89%
B = 30.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#5F775C (or 0x5F775C) is known color: Finlandia. HEX triplet: 5F, 77 and 5C. RGB value is (95,119,92). Sum of RGB (Red+Green+Blue) = 95+119+92=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #5F775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F775C is #A088A3. Grayscale: #6C6C6C. Windows color (decimal): -10520740 or 6059871. OLE color: 6059871.

HSL color Cylindrical-coordinate representation of color #5F775C: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F775C is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 119 92 -
CMYK 0.20 0 0.23 0.53
HSL 113.33º 0.13% 0.41% -
HSV(B) 113.33º 0.23% 0.47% -
XYZ 13.25 16.4 12.59 -
YUV 108.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 95 119 92 0.20 0 0.23 0.53 113.33 0.13 0.41
Hex 5F 77 5C 14 0 17 35 71 D 29
Octal 137 167 134 24 0 27 65 161 15 51
Binary 1011111 1110111 1011100 10100 0 10111 110101 1110001 1101 101001

Color Harmonies of #5F775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F775C

Black with #5F775C

Text Example


Text Example

White with #5F775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F775C; }

 p { color: rgb(95,119,92); }

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

background-color css

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

 a { background-color: rgb(95,119,92); }

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

border-color css

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

 span { border-color: rgb(95,119,92); }

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