Html Css Color HEX #757862 Finch

📋 copy color: '#757862'

red 117 ◦ green 120 ◦ blue 98

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

Shades of Finch #757862

Tints of Finch #757862

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 34.93%
G = 35.82%
B = 29.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#757862 (or 0x757862) is known color: Finch. HEX triplet: 75, 78 and 62. RGB value is (117,120,98). Sum of RGB (Red+Green+Blue) = 117+120+98=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #757862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757862 is #8A879D. Grayscale: #747474. Windows color (decimal): -9078686 or 6453365. OLE color: 6453365.

HSL color Cylindrical-coordinate representation of color #757862: hue angle of 68.18º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757862 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 98 -
CMYK 0.02 0 0.18 0.53
HSL 68.18º 0.1% 0.43% -
HSV(B) 68.18º 0.18% 0.47% -
XYZ 16.26 18.1 14.19 -
YUV 116.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 117 120 98 0.02 0 0.18 0.53 68.18 0.1 0.43
Hex 75 78 62 2 0 12 35 44 A 2B
Octal 165 170 142 2 0 22 65 104 12 53
Binary 1110101 1111000 1100010 10 0 10010 110101 1000100 1010 101011

Color Harmonies of #757862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757862

Black with #757862

Text Example


Text Example

White with #757862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757862; }

 p { color: rgb(117,120,98); }

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

background-color css

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

 a { background-color: rgb(117,120,98); }

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

border-color css

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

 span { border-color: rgb(117,120,98); }

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